Created
February 8, 2018 17:38
-
-
Save stefancrain/5ceb7c023c7933a9f00a5878527885b6 to your computer and use it in GitHub Desktop.
Setup Sublime from a shell prompt
This file contains 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
# Link sublime to its bin | |
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin | |
# install package control | |
subl --command install_package_control |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment