Skip to content

Instantly share code, notes, and snippets.

@stefancrain
Created February 8, 2018 17:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefancrain/5ceb7c023c7933a9f00a5878527885b6 to your computer and use it in GitHub Desktop.
Save stefancrain/5ceb7c023c7933a9f00a5878527885b6 to your computer and use it in GitHub Desktop.
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