Skip to content

Instantly share code, notes, and snippets.

@randiskull
Created October 24, 2017 18:03
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 randiskull/2d204a4ec1dbdf23b00da325618b4793 to your computer and use it in GitHub Desktop.
Save randiskull/2d204a4ec1dbdf23b00da325618b4793 to your computer and use it in GitHub Desktop.
Creates a terminal shortcut to sublime on OS X

Setup Terminal for Sublime Shorcut "subl":

Open terminal and type:

1. Create a symlink into /usr/local/bin directory:

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