Skip to content
BABAROT edited this page Dec 1, 2015 · 6 revisions

FAQ

Requirements

  • Zsh

    zplug is known to work with Zsh 4.3.9 or above.

  • Git

    Most of the features should work with Git 1.7 or above.

  • Misc

    • curl

Migrating from other plugin managers

antigen zplug
source ~/.antigen/antigen.zsh
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-completions
antigen apply
source ~/.zplug/zplug
zplug zsh-users/zsh-syntax-highlighting
zplug zsh-users/zsh-completions
zplug load

Clone this wiki locally