Last active
August 9, 2021 14:08
-
-
Save titoaesj/46e101f1ef9d9d9553c8a47dd8ae5161 to your computer and use it in GitHub Desktop.
Symbolic links
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
# Visual Studio Code | |
sudo ln -s /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/code /usr/local/bin/code | |
# Sublime Text | |
sudo 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