The URL for the plugin installer was down, so I'll host it myself now.
This commit is contained in:
parent
0536e42ce5
commit
7d0e6ecc39
2 changed files with 2807 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
|||
# run: git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||
|
||||
# Auto install if not present
|
||||
if "test ! -d ~/.tmux/plugins/tpm" \
|
||||
"run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'"
|
||||
|
||||
|
||||
# List of plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
|
|
|
|||
2802
dotfiles/.vim/autoload/plug.vim
Normal file
2802
dotfiles/.vim/autoload/plug.vim
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue