desyncr / zpm-zsh

Main repository: https://github.com/zpm-project/zpm-zsh
GNU General Public License v3.0
2 stars 4 forks source link

Support repository hosts other than github #5

Closed desyncr closed 7 years ago

desyncr commented 7 years ago

Allow for custom hosts/repository urls. For now use github.com by default, but allow for other hosts:

zpm "gitlab.com/repository/name"
zpm "bitbucket.com/user/plugin"
fennecdjay commented 7 years ago

I've got something simple for this one, I hope it will suit you. see #13.