Skip to content

Instantly share code, notes, and snippets.

@ozgurkalan
Last active February 18, 2018 18:26
Show Gist options
  • Save ozgurkalan/f53ba8c62ce2e7a335682b5ec7bf47f3 to your computer and use it in GitHub Desktop.
Save ozgurkalan/f53ba8c62ce2e7a335682b5ec7bf47f3 to your computer and use it in GitHub Desktop.
Terminal Open with Sublime in Mac Terminal.app
# very helpful for altering files with Sublime...
# Terminal Open with Sublime
# copy and paste in Terminal.app
Sudo su
cd /usr/local/bin
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/sublime
echo "that's all..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment