Skip to content

Instantly share code, notes, and snippets.

@alexmzirai
Forked from amatellanes/sublime.sh
Created November 23, 2017 18:58
Show Gist options
  • Save alexmzirai/0cabcaf865acc12ac848632b4ea50d92 to your computer and use it in GitHub Desktop.
Save alexmzirai/0cabcaf865acc12ac848632b4ea50d92 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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment