##first, grab our tarball
for 32bit
wget http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.2.tar.bz2
for 64bit
wget http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.2%20x64.tar.bz2
##create your personal apps folder mkdir ~/apps ##extract sublime text into your apps folder tar -xvzf Sublime*.tar.bz2 -C ~/apps/ ##create ~/bin mkdir ~/bin ##put a link into ~/bin ln -s ~/apps/Sublime\ Text\sublime_text ~/bin/sublime
##create a menu shortcut sublime ~/.local/share/applications/sublime-text-2.desktop paste the file in, and save. If the shortcut doesn't show up in your menu, log out, and log in again.