feat: add tmux and tmuxp (#1)
Allow terminal multiplexing through [`tmux`][0] and make it configurable using [`tmuxp`][1]. [0]: https://github.com/tmux/tmux [1]: https://github.com/tmux-python/tmuxp Co-authored-by: Joao P Dubas <joao.dubas@gmail.com> Reviewed-on: #1 Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com> Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
This commit is contained in:
@@ -9,11 +9,15 @@ services:
|
||||
entrypoint: sleep
|
||||
command: infinity
|
||||
volumes:
|
||||
- './config/rtx:/home/coder/.config/rtx'
|
||||
- './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'
|
||||
- './config/rtx:/home/coder/.config/rtx'
|
||||
- './config/nvim/lua/custom:/home/coder/.config/nvim/lua/custom'
|
||||
- 'home_plugins_tmux:/home/coder/.config/tmux/plugins'
|
||||
|
||||
volumes:
|
||||
home_cache: {}
|
||||
home_local_share: {}
|
||||
home_plugins_tmux: {}
|
||||
|
Reference in New Issue
Block a user