Skip to content

Instantly share code, notes, and snippets.

@a7madev
Created November 6, 2020 19:33
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 a7madev/c76b329990d2b73a81317cd61154dcf8 to your computer and use it in GitHub Desktop.
Save a7madev/c76b329990d2b73a81317cd61154dcf8 to your computer and use it in GitHub Desktop.
Launch Sublime Text 3 from the Mac OSX Terminal
#!/bin/bash
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/sublime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment