Improve depedencies setup and upgrade tools to latest version #24

Merged
joao.dubas merged 15 commits from jpd-fix-build-process into main 2024-01-14 19:00:38 +00:00
Showing only changes of commit d1063ead11 - Show all commits

View File

@ -16,9 +16,11 @@ services:
- './config/tmuxp:/home/coder/.config/tmuxp'
- 'home_cache:/home/coder/.cache'
- 'home_local_share:/home/coder/.local/share'
- 'home_local_state:/home/coder/.local/state'
- 'home_plugins_tmux:/home/coder/.config/tmux/plugins'
volumes:
home_cache: {}
home_local_share: {}
home_local_state: {}
home_plugins_tmux: {}