Skip to content

Instantly share code, notes, and snippets.

@lvterry
Created September 3, 2014 16:07
Show Gist options
  • Save lvterry/d83f6aec2940ff0e396c to your computer and use it in GitHub Desktop.
Save lvterry/d83f6aec2940ff0e396c to your computer and use it in GitHub Desktop.

Launch Sublime Text from Mac OSX Terminal

Sublime Text provides an executable file in its app. Just symblink it to somewhere in the PATH.

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

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