Skip to content

Instantly share code, notes, and snippets.

@CountZachula
Last active December 14, 2015 05:40
Show Gist options
  • Save CountZachula/5037323 to your computer and use it in GitHub Desktop.
Save CountZachula/5037323 to your computer and use it in GitHub Desktop.
Download and install Sublime Text 2 (Ubuntu 12.10).
# 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