Skip to content

Instantly share code, notes, and snippets.

@ypchen
Created November 13, 2012 08:41
Show Gist options
  • Save ypchen/4064694 to your computer and use it in GitHub Desktop.
Save ypchen/4064694 to your computer and use it in GitHub Desktop.
Install Sublime Text 2 on Ubuntu with Repo
# ---------- BEGIN ----------
# Install Sublime Text 2 on Ubuntu with Repo
# ---------------------------
# Get "add-apt-repository"
sudo apt-get install python-software-properties
# Install sublime text
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install sublime-text
# Or dev build
#sudo apt-get install sublime-text-dev
# ---------- END ----------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment