change tmux theme
This commit is contained in:
@@ -59,13 +59,14 @@ unbind -T copy-mode-vi MouseDragEnd1Pane
|
|||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
|
||||||
set -g @plugin 'christoomey/vim-tmux-navigator'
|
set -g @plugin 'christoomey/vim-tmux-navigator'
|
||||||
set -g @plugin 'jimeh/tmux-themepack'
|
#set -g @plugin 'jimeh/tmux-themepack'
|
||||||
|
set -g @plugin 'nordtheme/tmux'
|
||||||
set -g @plugin 'thewtex/tmux-mem-cpu-load'
|
set -g @plugin 'thewtex/tmux-mem-cpu-load'
|
||||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
set -g @plugin 'tmux-plugins/tmux-resurrect' # persist tmux sessions across reboot
|
set -g @plugin 'tmux-plugins/tmux-resurrect' # persist tmux sessions across reboot
|
||||||
set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves session every 15 mins
|
set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves session every 15 mins
|
||||||
|
|
||||||
set -g @themepack 'powerline/default/cyan'
|
#set -g @themepack 'powerline/default/cyan'
|
||||||
set -g @continuum-restore 'on'
|
set -g @continuum-restore 'on'
|
||||||
set -g @resurrect-strategy-nvim 'session'
|
set -g @resurrect-strategy-nvim 'session'
|
||||||
set -g @resurrect-processes 'ssh' # space separated list of programs to restore
|
set -g @resurrect-processes 'ssh' # space separated list of programs to restore
|
||||||
|
|||||||
Reference in New Issue
Block a user