Skip to content

Instantly share code, notes, and snippets.

@JesseObrien
Created May 19, 2012 04:21
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 JesseObrien/2729069 to your computer and use it in GitHub Desktop.
Save JesseObrien/2729069 to your computer and use it in GitHub Desktop.
One-liner to install sublime on linux
mkdir /home/$USER/sublime2 && curl http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202%20Build%202181%20x64.tar.bz2 | tar jxv -C /home/$USER/sublime2 && echo "export PATH=\$PATH:/home/\$USER/sublime2/Sublime\ Text\ 2/" >> ~/.bashrc && exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment