View osx_install.sh
#!/bin/sh | |
# based on https://gist.github.com/t-io/8255711 | |
echo Make sure you install your App Store apps first! | |
# no solution to automate AppStore installs | |
read -p "Press any key to continue... " -n1 -s | |
echo '\n' | |
echo Install Homebrew and NVM, etc | |
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" | |
brew install wget |