Skip to content

Instantly share code, notes, and snippets.

@zicodhkbd
Created November 1, 2019 17:57
Show Gist options
  • Save zicodhkbd/281cdd2ead8cf3350e2fa6eaf2a1ed97 to your computer and use it in GitHub Desktop.
Save zicodhkbd/281cdd2ead8cf3350e2fa6eaf2a1ed97 to your computer and use it in GitHub Desktop.
Sublime Text 3
#!/bin/sh
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