Skip to content

Instantly share code, notes, and snippets.

@justinharringa
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinharringa/22b2220138594b02a3b6 to your computer and use it in GitHub Desktop.
Save justinharringa/22b2220138594b02a3b6 to your computer and use it in GitHub Desktop.
# oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
# Use bullet-train theme.
ZSH_THEME="bullet-train"
plugins=(git colorize vagrant brew osx colored-man docker mvn npm sbt urltools)
# User configuration
export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
export JAVA_HOME=`/usr/libexec/java_home`
export ANDROID_HOME=/usr/local/opt/android-sdk
export PATH=$PATH:/usr/local/share/npm/bin
# zsh-completions
fpath=(/usr/local/share/zsh-completions $fpath)
source $ZSH/oh-my-zsh.sh
alias zshconfig="vim ~/.zshrc"
alias intellij="open -a IntelliJ\ IDEA\ 14"
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment