antigen

Plugin manager for zsh with syntax highlighting and autocompletion

brewmacoslinux
Try with needOr install directly
Source

About

Plugin manager for zsh, inspired by oh-my-zsh and vundle

Commands

antigen

Examples

Initialize antigen in your .zshrc file$ echo 'source $(brew --prefix)/share/antigen/antigen.zsh' >> ~/.zshrc
Load a plugin from oh-my-zsh in .zshrc$ antigen bundle git
Apply all configured plugins and themes$ antigen apply