Automatic TPM installation
(https://github.com/tmux-plugins/tpm/blob/master/docs/automatic_tpm_installation.md)
This commit is contained in:
parent
acfacab74e
commit
e046927d0d
1 changed files with 3 additions and 0 deletions
|
|
@ -153,6 +153,9 @@ set -g @plugin 'fabioluciano/tmux-powerkit'
|
|||
set -g @plugin 'azorng/tmux-smooth-scroll'
|
||||
set -g @plugin 'kristijan/flash-copy.tmux'
|
||||
|
||||
if "test ! -d ~/.tmux/plugins/tpm" \
|
||||
"run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'"
|
||||
|
||||
# run tpm
|
||||
run -b '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue