mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
Added tpm autoinstall
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
53cd780eb8
commit
2d78845210
@ -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…
Reference in New Issue
Block a user