./install
~/.zshrc
export ZSH="/Users/<your_user_name>/.oh-my-zsh"
export CUSTOM="/Users/<your_user_name>/.custom"
export ZSH_CUSTOM=$CUSTOM/oh-my-zsh
plugins=( $(cat $CUSTOM/zsh_plugins) )