Skip to content

Instantly share code, notes, and snippets.

@ryandrewjohnson
Last active April 4, 2016 13: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 ryandrewjohnson/5da655a2b819a4e256543726023151a2 to your computer and use it in GitHub Desktop.
Save ryandrewjohnson/5da655a2b819a4e256543726023151a2 to your computer and use it in GitHub Desktop.
Setup - Shit List
# https://github.com/creationix/nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
# https://www.sublimetext.com/docs/3/osx_command_line.html
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/bin/subl
# add to .bashrc
export EDITOR='subl -w'
export PATH="$PATH:/Users/username/bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment