Zsh antigen

From wikinotes
Revision as of 17:23, 8 November 2020 by Will (talk | contribs) (Created page with "Antigen is a plugin manager for zsh.<br> = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/zsh-users/antigen |- |} </blockquote><!-- D...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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