diff --git a/dot_tmux.conf.tmpl b/dot_tmux.conf.tmpl index 83588e2..1fc7f4a 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_tmux.conf.tmpl @@ -153,6 +153,9 @@ set -g @plugin 'fabioluciano/tmux-powerkit' set -g @plugin 'azorng/tmux-smooth-scroll' set -g @plugin 'kristijan/flash-copy.tmux' +if "test ! -d ~/.tmux/plugins/tpm" \ + "run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'" + # run tpm run -b '~/.tmux/plugins/tpm/tpm'