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'