A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
bundle
。
curl -L git.io/antigen > antigen.zsh # or use git.io/antigen-nightly for the latest version
Antigen 的 zsh 版本,需要 versions >= 4.3.11
.
如果您使用 Vundle
,典型的.zshrc 可能如下所示:
source /path-to-antigen/antigen.zsh # Load the oh-my-zsh's library. antigen use oh-my-zsh # Bundles from the default repo (robbyrussell's oh-my-zsh). antigen bundle git antigen bundle heroku antigen bundle pip antigen bundle lein antigen bundle command-not-found # Syntax highlighting bundle. antigen bundle zsh-users/zsh-syntax-highlighting # Load the theme. antigen theme robbyrussell # Tell Antigen that you're done. antigen apply