antigen
installation
brew install antigenとか
こんな感じで設定を書く
code:.zshrc
source /usr/local/share/antigen/antigen.zsh
# Set the default plugin repo to be zsh-utils
antigen use belak/zsh-utils # このモジュールを使わないならuseする必要なし
# Bundles from the default repo (robbyrussell's oh-my-zsh).
antigen bundle rupa/z
# Tell Antigen that you're done.
antigen apply
削除する