tmux-plugins / tpm

Tmux Plugin Manager
MIT License
11.95k stars 420 forks source link

Can I install two plugins with same name? #183

Closed timtyrrell closed 3 years ago

timtyrrell commented 3 years ago

I searched all over and can't seem to find a workaround. I want to install both of these plugins, which are similiarly named but do different things. It appears that one will just override the folder of the other when using tpm.

https://github.com/robhurring/tmux-spotify https://github.com/xamut/tmux-spotify

I can specify a different custom dir in vim-plug, for example: https://github.com/junegunn/vim-plug/blob/master/doc/plug.txt#L214

Is there a simple solution that I am missing? I manually cloned one of them in the meantime but it will miss updates or setup if bootstraping on a new machine.

bruno- commented 3 years ago

Hey, this is currently not supported. PRs welcome.

Try manually managing one of the plugins or just suggest renaming https://github.com/robhurring/tmux-spotify to tmux-music (it should really be called that).

timtyrrell commented 3 years ago

Thank you for the response and work. I will consider it 👍