Added tpm autoinstall

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
main
Marko Korhonen 5 years ago
parent 67f1803583
commit 39bc30f468

@ -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

Loading…
Cancel
Save