Zplug: Allow custom URLs / ssh for plugins/themes

Created on 19 Apr 2016  路  4Comments  路  Source: zplug/zplug

Instead of only allowing github/bitbucket with

zplug "b4b4r07/zplug" #Awesome
zplug "someones/repo", from:bitbucket

it would be great if we could set up plugins like this:

#Great for gitlab/gitolite users
zplug "ssh://[email protected]/whatever", of:whatever, from:custom-ssh
zplug "https://private.repo.server/set-up-env", from:custom-https

Most helpful comment

I would love to have this for private instances. I want to share configs with other people from work, and we have our own github instance.

All 4 comments

Thanks for the suggestion. I am, however, a bit skeptical about allowing URLs as the package name because it:

  1. doesn't look very clean
  2. is more prone to typos
  3. makes it harder to figure out problems

but these are just my opinions. Maybe @b4b4r07 can tell us what he thinks.

Hi, all.

Thanks for the suggestion. For now, we don't plan to implement such a function but might do it.

I would love to have this for private instances. I want to share configs with other people from work, and we have our own github instance.

being able to use non-github repos would be really great 馃憤

Was this page helpful?
0 / 5 - 0 ratings

Related issues

asymmetric picture asymmetric  路  11Comments

DGrady picture DGrady  路  4Comments

jottr picture jottr  路  5Comments

davidosomething picture davidosomething  路  6Comments

b4b4r07 picture b4b4r07  路  7Comments