install_atom.sh 216 B

12345678910
  1. #!/bin/bash
  2. set -e
  3. set -x
  4. mkdir -p ~/Applications/
  5. cd ~/Applications/
  6. curl -sL -o Atom.zip https://atom.io/download/mac
  7. unzip Atom.zip
  8. rm Atom.zip
  9. defaults write com.github.atom ApplePressAndHoldEnabled -bool false