Setup Sublime from a shell prompt
# 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