summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <stoelp@eit.uni-kl.de>2018-04-07 21:16:23 +0900
committerjohannst <stoelp@eit.uni-kl.de>2018-04-07 21:16:23 +0900
commiteceaecd97660181704c9f63c5b188a9d17299d8c (patch)
tree572458e952861edfb1716b873c0ad938fa4ce3fa
parent73a55130911dcde9d43ceb3be713d88fe50f8769 (diff)
downloaddotfiles-eceaecd97660181704c9f63c5b188a9d17299d8c.tar.gz
dotfiles-eceaecd97660181704c9f63c5b188a9d17299d8c.zip
tmux.conf added TPM plugin manager
-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'
+