Init commit
This commit is contained in:
14
.tmux.conf
Normal file
14
.tmux.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
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'
|
||||
Reference in New Issue
Block a user