From dee3f6f8766cce6b890b06670b42c83be786dcba Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Fri, 14 May 2021 21:39:11 +0200 Subject: [PATCH] update --- conf/tmux.conf.local | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/conf/tmux.conf.local b/conf/tmux.conf.local index c4d5eca..61a0bdc 100644 --- a/conf/tmux.conf.local +++ b/conf/tmux.conf.local @@ -356,3 +356,18 @@ bind C-a send-prefix # # "$@" # # /!\ do not remove the previous line +# +set -g @tpm_plugins ' \ + tmux-plugins/tpm \ + dracula/tmux \ +' + +set -g @dracula-show-fahrenheit false +set -g @dracula-day-month true +set -g @dracula-show-powerline true +set -g @dracula-show-network false +set -g @dracula-show-powerline true +set -g @dracula-show-battery false + +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +run -b '~/.tmux/plugins/tpm/tpm'