Skip to content

Instantly share code, notes, and snippets.

@mofax
Created August 29, 2018 06:37
Show Gist options
  • Save mofax/2c7cebec586c6bff18ad6be0bd09f2b2 to your computer and use it in GitHub Desktop.
Save mofax/2c7cebec586c6bff18ad6be0bd09f2b2 to your computer and use it in GitHub Desktop.
Install sublime-text Ubuntu >= 16.04
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 update
sudo apt install sublime-text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment