canonical-ci-engineering team mailing list archive
-
canonical-ci-engineering team
-
Mailing list archive
-
Message #00832
Atom, an open source Sublime-like editor
I've been playing around with Atom since yesterday, and rather enjoy
it thusfar. It hasn't made it into Debian or Ubuntu yet, but there is
an open ITP:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747824
It's pretty easy to build a deb by hand:
git clone https://github.com/atom/atom
cd atom
./script/build
./script/grunt mkdeb
sudo dpkg -i /tmp/atom-build/*.deb
Follow ups