Zsh antigen

From wikinotes

Antigen is a plugin manager for zsh.

Documentation

github https://github.com/zsh-users/antigen

Install

pacaur -S antigen

Usage

Plugins are declared within your ~/.zshrc.

source /path/to/antigen.zsh

antigen bundle zsh-users/zsh-autosuggestions
antigen bundle # .. other plugins ..

antigen apply