Last active
February 18, 2018 18:26
-
-
Save ozgurkalan/f53ba8c62ce2e7a335682b5ec7bf47f3 to your computer and use it in GitHub Desktop.
Terminal Open with Sublime in Mac Terminal.app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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