diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index ebe67ff..21e6b79 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -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'