Skip to content

Instantly share code, notes, and snippets.

@DevSecOpsGuy
Created October 2, 2019 15:46
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 DevSecOpsGuy/34e1e4794b16a147c4c7301062ebe209 to your computer and use it in GitHub Desktop.
Save DevSecOpsGuy/34e1e4794b16a147c4c7301062ebe209 to your computer and use it in GitHub Desktop.
sublime-text
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