Browse Source

rm install atom script now that profile does it

Kyle P Davis 10 years ago
parent
commit
9c16a21708
1 changed files with 0 additions and 10 deletions
  1. 0 10
      install_atom.sh

+ 0 - 10
install_atom.sh

@@ -1,10 +0,0 @@
-#!/bin/bash
-set -e
-set -x
-mkdir -p ~/Applications/
-cd ~/Applications/
-curl -sL -o Atom.zip https://atom.io/download/mac
-unzip Atom.zip
-rm Atom.zip
-
-defaults write com.github.atom ApplePressAndHoldEnabled -bool false