Skip to content

Instantly share code, notes, and snippets.

@mgdm
Last active December 17, 2015 12:18
Show Gist options
  • Save mgdm/5608243 to your computer and use it in GitHub Desktop.
Save mgdm/5608243 to your computer and use it in GitHub Desktop.
zshrc for Antigen setup
ZSHA_BASE=$HOME/.zsh-antigen
source $ZSHA_BASE/antigen/antigen.zsh
antigen-use oh-my-zsh
antigen-bundle git
if [ "$OSTYPE"="darwin11.0" ]; then
antigen-bundle osx
fi
antigen-bundle vagrant
antigen-bundle zsh-users/zsh-syntax-highlighting
antigen-bundle zsh-users/zsh-history-substring-search
antigen-bundle $ZSHA_BASE/bundles/stv
antigen-theme $ZSHA_BASE/themes/mgdm/mgdm.zsh-theme
antigen-apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment