Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save scottlaplant/4988053 to your computer and use it in GitHub Desktop.
Save scottlaplant/4988053 to your computer and use it in GitHub Desktop.

Launch Sublime Text 3 from the Mac OS X Terminal

ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/mate

Note I used 'mate' instead of subl. It's a holdover from a time when I used textmate and it's just more awesome than subl!

@scottlaplant
Copy link
Author

Original gist found here: https://gist.github.com/artero/1236170

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment