aboutsummaryrefslogtreecommitdiff
path: root/.config/tmux
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-04-12 20:07:58 +0200
committersrdusr <trevorgray@srdusr.com>2023-04-12 20:07:58 +0200
commit03c8937505e56e1d86c9c796d9ff27093883f8c5 (patch)
tree46e30dd3d5aa229c9f2d108a71c85f777bffd4e9 /.config/tmux
parent70510a0558f6a63c57f6f0d1095098863ab53c5f (diff)
downloaddotfiles-03c8937505e56e1d86c9c796d9ff27093883f8c5.tar.gz
dotfiles-03c8937505e56e1d86c9c796d9ff27093883f8c5.zip
Allow tpm to bootstrap
Diffstat (limited to '.config/tmux')
-rw-r--r--.config/tmux/tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index 300a0fd..25effb5 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -257,6 +257,8 @@ set -g @plugin "christoomey/vim-tmux-navigator"
# TMUX plugin manager (keep at the bottom of tmux.conf)
#run -b "~/.tmux/plugins/tpm/tpm"
+ if "test ! -d ~/.config/tmux/plugins/tpm" \
+ "run 'git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm && ~/.config/tmux/plugins/tpm/bin/install_plugins'"
run -b "~/.config/tmux/plugins/tpm/tpm"