antigen
zshのプラグインマネージャ
zsh-users/antigen: The plugin manager for zsh.
installation
Installation · zsh-users/antigen Wiki
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
Commands · zsh-users/antigen Wiki
削除する
antigen cleanupを使う Commands · zsh-users/antigen Wiki
preztoと使う
.zshrcにかけばいいだけ