Created
October 20, 2012 08:33
-
-
Save glidenote/3922687 to your computer and use it in GitHub Desktop.
.zshrc for antigen
This file contains hidden or 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
source /path-to-antigen-clone/antigen.zsh | |
# Load the oh-my-zsh's library. | |
antigen-lib | |
# Bundles from the default repo (robbyrussell's oh-my-zsh). | |
antigen-bundle git | |
antigen-bundle heroku | |
antigen-bundle pip | |
antigen-bundle lein | |
antigen-bundle command-not-found | |
# Syntax highlighting bundle. | |
antigen-bundle zsh-users/zsh-syntax-highlighting | |
# Load the theme. | |
antigen-theme robbyrussell | |
# Tell antigen that you're done. | |
antigen-apply |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment