mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2025-02-19 10:53:24 -05:00
18 lines
500 B
Plaintext
18 lines
500 B
Plaintext
|
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'
|