Skip to content

Instantly share code, notes, and snippets.

@DianaOlympos
DianaOlympos / sublime3-install
Created February 9, 2016 18:04
Installation of sublime text
#!/bin/sh
# Sublime Text 3 install with Package Control (last update: 12 July 2015)
#
# No need to download this script, just run it on your terminal:
#
# $ curl -L git.io/sublimetext | sh
#
# When you need to update Sublime Text, run this script again.