Skip to content

Instantly share code, notes, and snippets.

@GustavoJobstraibizer
Last active September 6, 2017 01:43
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 GustavoJobstraibizer/9148b26ce58c957fb38794a8a0851902 to your computer and use it in GitHub Desktop.
Save GustavoJobstraibizer/9148b26ce58c957fb38794a8a0851902 to your computer and use it in GitHub Desktop.
install sublime text

install sublime text 2 via terminal

$ sudo add-apt-repository ppa:webupd8team/sublime-text-2
$ sudo apt-get update
$ sudo apt-get install sublime-text

install sublime text 3 via terminal

$ sudo add-apt-repository ppa:webupd8team/sublime-text-3
$ sudo apt-get update
$ sudo apt-get install sublime-text-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment