tmux-plugins / tpm

Tmux Plugin Manager
MIT License
11.9k stars 417 forks source link

Unable to install plugins #195

Open rncwnd79 opened 3 years ago

rncwnd79 commented 3 years ago

This line doesn't work for me: https://github.com/tmux-plugins/tpm/blob/38576cf76ea0d9959dae8bccc77306e70b318f8e/scripts/install_plugins.sh#L27

Fix was:

clone "https://github.com/$plugin"

Now I can at least run tpm/scripts/install_plugins.sh manually from command line to install the plugins.