18 lines
500 B
Plaintext
Raw Normal View History

setw -g mouse on
# 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 cpu-usage ram-usage weather network git time"
set -g @dracula-refresh-rate 5
set -g @dracula-show-powerline true
set -g @dracula-show-fahrenheit false
set -g @dracula-military-time false
set -g @dracula-fixed-location "Darlington,UK"
run '~/.tmux/plugins/tpm/tpm'