The-Repo-Club a14c083e17
Update Dtfiles
Signed-off-by: The-Repo-Club <wayne6324@gmail.com>
2022-07-19 20:08:58 +01:00

18 lines
500 B
Bash

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'