From 185ea01abf99528c35f0d11800684dcb7bcdb639 Mon Sep 17 00:00:00 2001 From: Julien Rabier Date: Sun, 22 Jan 2023 17:32:30 +0100 Subject: [PATCH] [tmux] add dracula plugin and config --- dot_tmux.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dot_tmux.conf b/dot_tmux.conf index 28bab51..212d712 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -6,3 +6,20 @@ unbind S bind S set-window-option synchronize-panes unbind r bind r source-file ~/.tmux.conf + +# List of plugins +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'dracula/tmux' + +set -g @dracula-plugins "time" +set -g @dracula-day-month true +set -g @dracula-show-powerline true +set -g @dracula-show-flags true +set -g @dracula-show-left-icon session +set -g @dracula-show-location false +set -g @dracula-show-battery false +set -g status-position bottom + + +# Initialize TMUX plugin manager, keep at end of file +run '~/.tmux/plugins/tpm/tpm'