Skip to content

Instantly share code, notes, and snippets.

@GarciaSouza
Created September 18, 2012 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GarciaSouza/3742915 to your computer and use it in GitHub Desktop.
Save GarciaSouza/3742915 to your computer and use it in GitHub Desktop.
Sublime Text 2 Install Script on Ubuntu 12
tar xf "Sublime Text 2.0.1 x64.tar.bz2"
mv "Sublime Text 2" "/opt/sublime_text_2"
echo "PATH=\$PATH:/opt/sublime_text_2" >> ~/.bashrc
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment