Antigen nos permitirá manejar nuestros plugin y temas para zsh.
Instalación
cd ~
curl -L git.io/antigen > antigen.zsh
source ./antigen.zsh
Habilitar plugin
antigen bundle git
antigen bundle heroku
antigen bundle pip
antigen bundle lein
antigen bundle command-not-found
Habilitar plugin desde repositorios en github
antigen bundle zsh-users/zsh-syntax-highlighting
Habilitar un tema
antigen theme robbyrussell