commit bee89cfcee8db58652e6c98419b2a266b4cca453 parent 8a861e69dbe5f302cbc880ac71eca288e9659b0c Author: Michal Sapka <michal@sapka.me> Date: Wed, 15 Jun 2022 08:37:22 +0200 feat: groovy tmux Diffstat:
M | tmux/.tmux.conf | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf @@ -4,3 +4,11 @@ set -g default-terminal "xterm-256color" set -g base-index 1 setw -g pane-base-index 1 +set -g @plugin 'tmux-plugins/tpm' + +# theme +set -g @plugin 'egel/tmux-gruvbox' +set -g @tmux-gruvbox 'dark' # or 'light' + +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +run '~/.tmux/plugins/tpm/tpm'