Add tmux config files

This commit is contained in:
Eric Torres
2022-12-25 18:06:20 -08:00
parent 8b111ad9f3
commit d46c1aaefe
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'dracula/tmux'
set -s default-terminal 'tmux-256color'
# dracula customizations
set -g @dracula-plugins "battery weather time"
set -g @dracula-show-powerline true
set -g @dracula-show-fahrenheit false
set -g @dracula-military-time true
run '.config/tmux/plugins/tpm/tpm'