Skip to content

Instantly share code, notes, and snippets.

@yanzhihong23
Last active April 22, 2017 10:49
Show Gist options
  • Save yanzhihong23/3f4ebbb6f45feffc8dda3d4b5009aaca to your computer and use it in GitHub Desktop.
Save yanzhihong23/3f4ebbb6f45feffc8dda3d4b5009aaca to your computer and use it in GitHub Desktop.
launch sublime text from the command line
sudo mkdir -p /usr/local/bin

sudo 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