Skip to content

Instantly share code, notes, and snippets.

@mass6
Created September 4, 2018 14:11
Show Gist options
  • Save mass6/1bdf4fa21ffa5726419f88f0c8d47149 to your computer and use it in GitHub Desktop.
Save mass6/1bdf4fa21ffa5726419f88f0c8d47149 to your computer and use it in GitHub Desktop.
# add Sublime Text 3 stable to your sources
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
#update sources
sudo apt update -y && sudo apt dist-upgrade -y
#install
sudo apt install sublime-text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment