feat(starship): add custom configuration (#13)

Reviewed-on: #13
This commit is contained in:
2023-11-09 13:42:33 +00:00
parent a8e07e47d0
commit 770d8c9005
2 changed files with 41 additions and 1 deletions

View File

@@ -9,10 +9,11 @@ services:
entrypoint: sleep
command: infinity
volumes:
- './config/nvim/lua/custom:/home/coder/.config/nvim/lua/custom'
- './config/rtx:/home/coder/.config/rtx'
- './config/starship:/home/coder/.config/starship'
- './config/tmux:/home/coder/.config/tmux'
- './config/tmuxp:/home/coder/.config/tmuxp'
- './config/nvim/lua/custom:/home/coder/.config/nvim/lua/custom'
- 'home_cache:/home/coder/.cache'
- 'home_local_share:/home/coder/.local/share'
- 'home_plugins_tmux:/home/coder/.config/tmux/plugins'