From 8b66bc71ef7aa67b9f9742096e54b2bb9b9d9c99 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Fri, 16 Nov 2018 23:28:07 +0100 Subject: [PATCH] Added TPM and solarized theme --- tmux/tmux.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index b494de1..da77df5 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,3 +1,18 @@ set-window-option -g mode-keys vi set -g default-terminal "screen-256color" +# List of plugins +# Install TPM with +# git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'seebi/tmux-colors-solarized' + +# Other examples: +# set -g @plugin 'github_username/plugin_name' +# set -g @plugin 'git@github.com/user/plugin' +# set -g @plugin 'git@bitbucket.com/user/plugin' + +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +run -b '~/.tmux/plugins/tpm/tpm' +