Skip to content

Instantly share code, notes, and snippets.

@Lerie82
Created May 30, 2018 18:44
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 Lerie82/0100ceefd8a42ab1797da7147f0806e5 to your computer and use it in GitHub Desktop.
Save Lerie82/0100ceefd8a42ab1797da7147f0806e5 to your computer and use it in GitHub Desktop.
sublimetext install
#/usr/bin/bash
#http://tipsonubuntu.com/2017/05/30/install-sublime-text-3-ubuntu-16-04-official-way/
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
sudo apt-get update
sudo apt-get install sublime-text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment