Created
May 19, 2012 04:21
-
-
Save JesseObrien/2729069 to your computer and use it in GitHub Desktop.
One-liner to install sublime on linux
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
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