From 1d6eada1dad69a18d78587171687e82932865327 Mon Sep 17 00:00:00 2001 From: cmccay Date: Mon, 26 Dec 2022 15:05:25 -0600 Subject: [PATCH] tmux status --- tmux/.config/tmux/tmux.conf | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index a374901..ebe67ff 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -39,4 +39,14 @@ bind-key -n S-Right next-window # Faster Esc set-option -sg escape-time 10 -source ~/.config/tmux/statusline.conf +# Plugins +set -g @plugin 'tmux-plugins/tpm' # tmux plugin manager + +# Things to plugin +set -g @plugin 'jimeh/tmux-themepack' +set -g @themepack 'powerline/default/yellow' + +# source ~/.config/tmux/statusline.conf + +# initializes tmux plugin manager - keep this at the bottom +# run '~/.config/tmux/plugins/tpm/tpm'