chore(tmux): use XDG_CONFIG_HOME to setup plugins

Also update tmux config to reflect this change, and mount a plugin dir.
This commit is contained in:
2023-10-15 20:53:57 +00:00
parent 041ca8f1fa
commit 2a641a0158
2 changed files with 8 additions and 6 deletions

View File

@@ -89,11 +89,11 @@ set-option -g display-panes-colour colour166 #orange
# clock
set-window-option -g clock-mode-colour colour64 #green
# buffer size
set -g history-limit 50000
# list plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'Morantron/tmux-fingers'
set -g @plugin 'tmux-plugins/tmux-yank'
run '~/.tmux/plugins/tpm/tpm'
# buffer size
set -g history-limit 50000
run '~/.config/tmux/plugins/tpm/tpm'