Automate initial tmux plugin installation
This commit is contained in:
parent
6f2f130212
commit
ea7e3635fe
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ set -g @plugin 'Morantron/tmux-fingers'
|
|||
set -g @plugin 'christoomey/vim-tmux-navigator'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
|
||||
if "test ! -d ${TMUX_PLUGIN_MANAGER_PATH}/tpm" \
|
||||
"run 'git clone https://github.com/tmux-plugins/tpm {TMUX_PLUGIN_MANAGER_PATH}/tpm && {TMUX_PLUGIN_MANAGER_PATH}/tpm/bin/install_plugins'"
|
||||
|
||||
run -b "${TMUX_PLUGIN_MANAGER_PATH}/tpm/tpm"
|
||||
|
||||
#####################
|
||||
|
|
Loading…
Reference in a new issue