|
|
|
@ -16,6 +16,9 @@ bind % split-window -h -c "#{pane_current_path}"
|
|
|
|
|
# Note: Clone https://github.com/tmux-plugins/tpm to ~/.tmux/plugins/tpm first
|
|
|
|
|
set -g @plugin 'tmux-plugins/tpm'
|
|
|
|
|
# Theme
|
|
|
|
|
set -g @plugin "arcticicestudio/nord-tmux"
|
|
|
|
|
set -g @plugin 'egel/tmux-gruvbox'
|
|
|
|
|
set -g @tmux-gruvbox 'dark'
|
|
|
|
|
#set -g @plugin 'jimeh/tmux-themepack'
|
|
|
|
|
#set -g @themepack 'powerline/double/magenta'
|
|
|
|
|
# Load Tmux Plugin Manager (keep this at the end)
|
|
|
|
|
run '~/.tmux/plugins/tpm/tpm'
|
|
|
|
|