sesson stuff

This commit is contained in:
c 2022-12-29 02:19:02 -06:00
parent 6f93186b02
commit b5938ef1e3
1 changed files with 3 additions and 0 deletions

View File

@ -47,12 +47,15 @@ set -g @plugin 'tmux-plugins/tpm' # tmux plugin manager
# set -g @themepack 'powerline/default/yellow'
# source ~/.config/tmux/statusline.conf
set -g @plugin 'xamut/tmux-weather'
set-option -g status-right "#{weather}"
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'
set -g @resurrect-strategy-nvim 'session'
# initializes tmux plugin manager - keep this at the bottom
run '~/.config/tmux/plugins/tpm/tpm'