sesson stuff
This commit is contained in:
parent
6f93186b02
commit
b5938ef1e3
|
@ -47,12 +47,15 @@ set -g @plugin 'tmux-plugins/tpm' # tmux plugin manager
|
||||||
# set -g @themepack 'powerline/default/yellow'
|
# set -g @themepack 'powerline/default/yellow'
|
||||||
|
|
||||||
# source ~/.config/tmux/statusline.conf
|
# 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 @plugin 'egel/tmux-gruvbox'
|
||||||
set -g @tmux-gruvbox 'dark' # or 'light'
|
set -g @tmux-gruvbox 'dark' # or 'light'
|
||||||
|
|
||||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||||
|
set -g @resurrect-strategy-nvim 'session'
|
||||||
|
|
||||||
# initializes tmux plugin manager - keep this at the bottom
|
# initializes tmux plugin manager - keep this at the bottom
|
||||||
run '~/.config/tmux/plugins/tpm/tpm'
|
run '~/.config/tmux/plugins/tpm/tpm'
|
||||||
|
|
Loading…
Reference in New Issue