Skip to content

Instantly share code, notes, and snippets.

@cron64
Created July 10, 2017 23:22
Show Gist options
  • Save cron64/1111a01091d2b12af025bd4be1e14d42 to your computer and use it in GitHub Desktop.
Save cron64/1111a01091d2b12af025bd4be1e14d42 to your computer and use it in GitHub Desktop.
Iterm: subl command iterm
//subl command iterm sublime text 3
open /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl
ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
echo "export PATH=/usr/local/bin:$PATH" >> ~/.bash_profile
source ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment