The URL for the plugin installer was down, so I'll host it myself now.

This commit is contained in:
Sebastian 2021-10-10 19:45:01 +02:00
parent 0536e42ce5
commit 7d0e6ecc39
2 changed files with 2807 additions and 0 deletions

View file

@ -1,5 +1,10 @@
# run: git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm # 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 # List of plugins
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-sensible'

File diff suppressed because it is too large Load diff