feat: add support for installing two plugins with same name
As it is mentioned in #183, current tpm does not support install two or more plugin with same name.
This PR try to add a feature that support define an alias name for plugins.
For example:
set -g @plugin 'awesome_plugin::github_username/plugin_name'
set -g @plugin 'awesome_plugin::[email protected]:user/plugin'
what's the status here ? That would be quite helpful, typically for cases such as https://github.com/tmux-plugins/tpm/issues/230
@clementnuss I cloned for now the fork. Just not the best solution IMO.
git clone -b feat-plugin-alias https://github.com/cubercsl/tpm ~/.tmux/plugins/tpm
Running into this problem also. Want to have both catpuccin and rose-pine available to change between, but both are named 'tmux' and so can't exist... Can we merge this?