source ~/.antigen/antigen.zsh
and I used this command to install it on my home dir. https://devstate.de/workflow/install-antigen/
~/.zshrc
file it says Seems robbyrussell/oh-my-zsh is already installed!
for all the plugins so I'm not sure.
# Remove paths that start with $HOME/.antigen/
antigen_fullpath=$(zrllink "$HOME/.antigen/" )
path=( ${path%"${antigen_fullpath}/*"} )
# Remove paths that start with $HOME/.antigen/
antigen_fullpath="${HOME}/.antigen"
path=( ${path%${antigen_fullpath}/*} )