add tmux config

This commit is contained in:
LordMZTE 2021-01-02 18:04:55 +01:00
parent 7312a719e7
commit 07cacff487

13
.tmux.conf Normal file
View file

@ -0,0 +1,13 @@
set -g default-terminal "xterm-256color"
set -g mouse on
set -g @dracula-show-weather off
set -g @dracula-show-powerline on
set -g @dracula-show-flags on
set -g @dracula-show-left-icon session
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'dracula/tmux'
run '~/.tmux/plugins/tpm/tpm'