Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Last active August 29, 2015 14:01
Show Gist options
  • Save v-thomp4/fab83c947cdd84109c4b to your computer and use it in GitHub Desktop.
Save v-thomp4/fab83c947cdd84109c4b to your computer and use it in GitHub Desktop.
Install Atom ubuntu
sudo apt-get install python-software-properties  
sudo apt-add-repository ppa:chris-lea/node.js  
sudo apt-get update  
sudo apt-get install nodejs  
sudo apt-get install libgnome-keyring-dev  
npm config set python /usr/bin/python2 -g  # ensure that gyp uses Python 2  
git clone https://github.com/atom/atom  
cd atom  
sudo su  
script/build # Creates application at /tmp/atom-build/Atom  
script/grunt install # Installs command to /usr/local/bin/atom  
script/grunt mkdeb # Generates a .deb package at /tmp/atom-build  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment