Skip to content

Instantly share code, notes, and snippets.

@amatellanes
Last active October 26, 2021 20:34
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save amatellanes/7429192 to your computer and use it in GitHub Desktop.
Save amatellanes/7429192 to your computer and use it in GitHub Desktop.
Install Sublime Text 3 on Ubuntu 14.04 LTS (Trusty Tahr)
sudo add-apt-repository ppa:webupd8team/sublime-text-3;
sudo apt-get update;
sudo apt-get install sublime-text-installer;
sudo ln -s /usr/lib/sublime-text-3/sublime_text /usr/local/bin/sublime;
@hannibal8856
Copy link

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment