This commit is contained in:
c 2022-12-29 01:25:17 -06:00
parent 11dda0e72d
commit f2b2f8f6a3
1 changed files with 10 additions and 4 deletions

View File

@ -42,11 +42,17 @@ set-option -sg escape-time 10
# Plugins
set -g @plugin 'tmux-plugins/tpm' # tmux plugin manager
# Things to plugin
set -g @plugin 'jimeh/tmux-themepack'
set -g @themepack 'powerline/default/yellow'
# # Things to plugin
# set -g @plugin 'jimeh/tmux-themepack'
# set -g @themepack 'powerline/default/yellow'
# source ~/.config/tmux/statusline.conf
set -g @plugin 'egel/tmux-gruvbox'
set -g @tmux-gruvbox 'dark' # or 'light'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
# initializes tmux plugin manager - keep this at the bottom
# run '~/.config/tmux/plugins/tpm/tpm'
run '~/.config/tmux/plugins/tpm/tpm'