Last active
December 17, 2015 12:18
-
-
Save mgdm/5608243 to your computer and use it in GitHub Desktop.
zshrc for Antigen setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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