Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save loveJesus/a7c75ffc091ebca21193a79ef28d7bb5 to your computer and use it in GitHub Desktop.
Save loveJesus/a7c75ffc091ebca21193a79ef28d7bb5 to your computer and use it in GitHub Desktop.
God is good, download latest sublime text 3 dev and update on Linux
#Hallelujah
flLoveJesus=`mktemp`.bz2
wget `curl https://www.sublimetext.com/3dev | grep tarball | tail -n 1 | sed -r 's/.*also.*href="(.*).bz2".*/\1/g'`.bz2 -O $flLoveJesus
cd /tmp
rm -rf st3LoveJesus
tar xvf $flLoveJesus
mv sublime_text_3 st3LoveJesus
cd st3LoveJesus
cp -r * /opt/st3LoveJesus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment