15 lines
436 B
Bash
15 lines
436 B
Bash
set -g mouse on
|
|
|
|
set -g @plugin 'tmux-plugins/tpm'
|
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
|
set -g @plugin 'tmux-plugins/tmux-continuum'
|
|
set -g @continuum-restore 'on'
|
|
# set -g @plugin 'GeorgeHJ/tmux-airline'
|
|
set -g @plugin 'erikw/tmux-powerline'
|
|
set -g @plugin 'odedlaz/tmux-onedark-theme'
|
|
# set -g @plugin 'nordtheme/tmux'
|
|
# set -g @plugin 'dracula/tmux'
|
|
|
|
run '~/.tmux/plugins/tpm/tpm'
|