8 lines
299 B
Bash
8 lines
299 B
Bash
set -g @plugin 'tmux-plugins/tpm'
|
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
|
set -g @plugin 'catppuccin/tmux#latest'
|
|
set -g @plugin 'tmux-plugins/tpm'
|
|
set -g @catppuccin_flavor 'mocha'
|
|
|
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
|
run '~/.tmux/plugins/tpm/tpm'
|