Skip to content

Instantly share code, notes, and snippets.

@micgo
Created July 31, 2013 20:53
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 micgo/6126057 to your computer and use it in GitHub Desktop.
Save micgo/6126057 to your computer and use it in GitHub Desktop.
Adding Sublime Text to your PATH
sudo mkdir -p /usr/local/bin; \
sudo chown -R $(whoami) /usr/local/bin; \
ln -s /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
setx PATH "%PATH%;\"%ProgramFiles%\Sublime Text 2\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment