zplug / zplug2

:no_entry_sign: DEPRECATED
https://github.com/b4b4r07/zplug/tree/v2
8 stars 3 forks source link

Add external source feature #17

Closed NigoroJr closed 8 years ago

NigoroJr commented 8 years ago

This feature is described in #12. An external source for oh-my-zsh is added. This has been tested by using it with the following packages in a vanilla zsh-5.2 environment:

zplug 'plugins/golang', \
    from:oh-my-zsh, \
    ignore:oh-my-zsh.sh, \
    nice:10

zplug 'plugins/git', \
    from:oh-my-zsh, \
    nice:10

zplug 'themes/avit', \
    from:oh-my-zsh

zplug 'lib/key-bindings', \
    from:oh-my-zsh
babarot commented 8 years ago

Many thanks :coffee:

NigoroJr commented 8 years ago

Thanks for merging!