source $HOME/antigen.zsh
...
antigen bundle <<EOBUNDLES
# Bundles from the default repo (robbyrussell's oh-my-zsh)
git
...
The bundle should be bundles, it confused me a lot.
if you just put it to .zshrc and reopen the terminal, it will not tell anything, but you just realize some package doesn't work ,and don't know what's wrong.
if you perform it directly, it will prompt "Antigen: Must provide a bundle url or name."
hope this problem doesn't bother other people.
The position is Wiki-Quick start-Configure .zshrc
The bundle should be bundles, it confused me a lot. if you just put it to .zshrc and reopen the terminal, it will not tell anything, but you just realize some package doesn't work ,and don't know what's wrong. if you perform it directly, it will prompt "Antigen: Must provide a bundle url or name." hope this problem doesn't bother other people.