summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index 25ca76b..4d9a09f 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -92,3 +92,13 @@ set-option -g display-panes-colour colour244
# right status bar
set -g status-right '#H #[fg=colour226,bg=colour239] %d/%m #[fg=colour226,bg=colour239] %H:%M '
set -g status-right-length 50
+
+### Plugins
+
+set -g @plugin 'tmux-plugins/tpm'
+set -g @plugin 'tmux-plugins/tmux-resurrect'
+set -g @plugin 'johannst/tmux-save-bash-env'
+
+# Initialize TMUX plugin manager
+run-shell '~/.tmux/plugins/tpm/tpm'
+