Add tmux config files
This commit is contained in:
13
tmux/.config/tmux/tmux.conf
Normal file
13
tmux/.config/tmux/tmux.conf
Normal 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'
|
Reference in New Issue
Block a user