aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux.config7
1 files changed, 7 insertions, 0 deletions
diff --git a/tmux.config b/tmux.config
index 8ab82ad..5297ec6 100644
--- a/tmux.config
+++ b/tmux.config
@@ -72,3 +72,10 @@ set-option -g status-right "#(~/.tmux/powerline.sh right)"
# Load/Ignore Mac specific options
run-shell "bash ~/.tmux/check_os.sh"
+
+# List of plugins
+set -g @plugin 'tmux-plugins/tpm'
+set -g @plugin 'tmux-plugins/tmux-sessionist'
+
+# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
+run '~/.tmux/plugins/tpm/tpm'