Skip to content

Instantly share code, notes, and snippets.

@underscorephil
Last active August 29, 2015 14:05
Show Gist options
  • Save underscorephil/3611eaa25264949baff2 to your computer and use it in GitHub Desktop.
Save underscorephil/3611eaa25264949baff2 to your computer and use it in GitHub Desktop.
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