Dev Notes

Software Development Resources by David Egan.

Install Atom Ubuntu


Linux, Sysadmin, Tools
David Egan

Atom is an excellent open source text-editor by GitHub, released under the MIT license. To install on Ubuntu, add the webupd8team ppa:

sudo add-apt-repository ppa:webupd8team/atom

sudo apt-get update

sudo apt-get install atom

Add the Emmet package through the Atom package manager.


comments powered by Disqus