Last active
December 14, 2015 10:29
-
-
Save charlesjohnson/5072835 to your computer and use it in GitHub Desktop.
Commands for installing Sublime Text 2 on OSX
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
sudo mkdir -p /usr/local/bin; \ | |
sudo chown -R $(whoami) /usr/local/bin; \ | |
ln -s /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl |
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
## NOTE: This method will break when Sublime Text 3 ships | |
mkdir -p ~/Library/Application\ Support/Sublime\ Text\ 2/Installed\ Packages/; \ | |
curl -o ~/Library/Application\ Support/Sublime\ Text\ 2/Installed\ Packages/Package\ Control.sublime-package https://sublime.wbond.net/Package%20Control.sublime-package |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment