Last active
December 14, 2015 05:40
-
-
Save CountZachula/5037323 to your computer and use it in GitHub Desktop.
Download and install Sublime Text 2 (Ubuntu 12.10).
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
# Download and install Sublime Text 2 (Ubuntu 12.10) | |
# Credit: hugorodgerbrown | |
sudo add-apt-repository ppa:webupd8team/sublime-text-2; | |
sudo apt-get update; | |
sudo apt-get install sublime-text; | |
sudo ln -s /usr/lib/sublime-text-2/sublime_text /usr/local/bin/sublime |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment