Skip to content

Instantly share code, notes, and snippets.

@linuxfemale
Created November 18, 2019 15:11
Show Gist options
  • Save linuxfemale/02f02f3a099c74d0cafb8a63843354e4 to your computer and use it in GitHub Desktop.
Save linuxfemale/02f02f3a099c74d0cafb8a63843354e4 to your computer and use it in GitHub Desktop.
Sublime Text 3
sudo apt update
sudo apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
sudo add-apt-repository "deb https://download.sublimetext.com/ apt/stable/"
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