Last active
August 29, 2015 14:05
-
-
Save underscorephil/3611eaa25264949baff2 to your computer and use it in GitHub Desktop.
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 /Users/_phil/Documents/antigen/antigen.zsh | |
# Load the oh-my-zsh's library. | |
antigen use oh-my-zsh | |
# Bundles from the default repo (robbyrussell's oh-my-zsh). | |
antigen bundle git | |
antigen bundle pip | |
# Extra bundles | |
antigen bundle brew | |
antigen bundle autopep8 | |
antigen bundle git-extras | |
antigen bundle python | |
antigen bundle sublime | |
# Syntax highlighting bundle. | |
antigen bundle zsh-users/zsh-syntax-highlighting | |
# Load the theme. | |
antigen theme robbyrussell | |
# Tell antigen that you're done. | |
antigen apply | |
# Because trains | |
alias sl='nocorrect sl' | |
# Add RVM to PATH for scripting | |
export PATH="$PATH:$HOME/.rvm/bin" | |
# Doge | |
doge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment