dotfiles/tmux.conf
2024-05-26 16:01:49 +02:00

8 lines
228 B
Bash

set-option -g status-right ""
set -g @plugin 'catppuccin/tmux'
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set-option -sa terminal-features ',xterm-256color:RGB'
run '~/.tmux/plugins/tpm/tpm'