tmux-plugins / tpm

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

feat: add support for installing two plugins with same name #217

Open cubercsl opened 2 years ago

cubercsl commented 2 years ago

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::git@github.com:user/plugin'