From adf457ae9cc003c86e51beb7965d6d66b71ce761 Mon Sep 17 00:00:00 2001 From: Howland Owl Date: Thu, 7 May 2020 00:18:12 +0300 Subject: [PATCH] Add missing tmux plugin manager install note --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index a5ffbfb..153e69d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -31,6 +31,9 @@ set -g @themepack 'powerline/block/yellow' # set -g @plugin 'git@github.com/user/plugin' # set -g @plugin 'git@bitbucket.com/user/plugin' +# set up tmux plugin manager +# git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm + # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm'