#!/bin/sh # Install Atom directly without invitation # by @leaskh   cd ~ curl -L https://www.atom.io/api/updates/download -A "Atom/0.1 CFNetwork/1.5" > Atom.zip open Atom.zip mv Atom.app /Applications/ rm -rf Atom.zip