diff --git a/home/.tmux.conf b/home/.tmux.conf index 9512038..5b8b02e 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -1,3 +1,7 @@ +# autoinstall tpm +if "test ! -d ~/.tmux/plugins/tpm" \ + "run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'" + # change prefix to ctrl+a unbind C-b set -g prefix C-a