tmux: move to gruvbox

This commit is contained in:
krolxon 2025-06-25 15:41:30 +05:30
parent 440d4ab7ba
commit ca028a17df
1 changed files with 3 additions and 1 deletions

View File

@ -44,5 +44,7 @@ bind -r C-l resize-pane -R 5
## Setup: git clone https://github.com/tmux-plugins/tpm plugins/tpm
set -g @plugin 'tmux-plugins/tpm'
# set -g @plugin 'dracula/tmux'
set -g @plugin 'fabioluciano/tmux-tokyo-night'
# set -g @plugin 'fabioluciano/tmux-tokyo-night'
set -g @plugin 'egel/tmux-gruvbox'
set -g @tmux-gruvbox 'dark'
run '~/.config/tmux/plugins/tpm/tpm'