Skip to content

Instantly share code, notes, and snippets.

@Snake-Sanders
Created January 1, 2018 10:37
Show Gist options
  • Save Snake-Sanders/8d32fc2561d1f80ce611e1a4000f1cec to your computer and use it in GitHub Desktop.
Save Snake-Sanders/8d32fc2561d1f80ce611e1a4000f1cec to your computer and use it in GitHub Desktop.
Launching SublimeText 3 from console on MacOS
(On MacOs)
You need to create a link to the application and locate it in the local bin folder
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/sublime
source:
http://olivierlacan.com/posts/launch-sublime-text-3-from-the-command-line/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment