Script to setup new install of OSX. System Integrity Protection must be disabled before running this script.
- Restart
- As soon as black screen appears, hold down [command] + [R]
- Click Utilities > Terminal
- Run csrutil disable
- Run
mkdir -p /tmp/pave \
&& curl -L -o /tmp/pave/pave.zip "https://github.com/run00/pave/archive/master.zip" \
&& unzip -q -o -d /tmp/pave /tmp/pave/pave.zip \
&& cd /tmp/pave/pave-master \
&& sh install.sh
- Follow steps 1-3 above
- Run csrutil enable
To Backup Atom apm list --installed --bare > atom.packages.list