9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
set -g mouse on
|
|
|
|
set -g @plugin 'tmux-plugins/tpm'
|
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
|
set -g @plugin 'catppuccin/tmux'
|
|
|
|
run '~/.config/tmux/plugins/tpm/tpm'
|