rramos.github.io

23 Sep, 2017 - About 23 seconds

Sublime Install Guide

Intro

Text Editing, Done Right

Install

For me Sublime, this is one of the best smart editors in Linux. Here are the quick instructions to install for Ubuntu.

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 install apt-transport-https
sudo apt-get update
sudo apt-get install sublime-text
OLDER > < NEWER