Skip to content

Instantly share code, notes, and snippets.

@revans
Last active December 19, 2015 14:48
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 revans/5971506 to your computer and use it in GitHub Desktop.
Save revans/5971506 to your computer and use it in GitHub Desktop.
This should be your $HOME/.bash_profile file
# Make sure packages know OSX is 64bit
export ARCHFLAGS='-arch x86_64'
# Homebrew Path Setup
export PATH=/usr/local/bin:/usr/local/sbin/:$HOME/bin:$PATH
# NPM Path Setup
export PATH=$PATH:/usr/local/share/npm/lib/node_modules
# Rbenv Path Setup
export PATH=$HOME/.rbenv/bin:$PATH
eval "$(rbenv init -)"
# Project specific, executable dependencies
export PATH=./bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment