Added tpm autoinstall

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-11-02 09:12:59 +02:00
parent 53cd780eb8
commit 2d78845210
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

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