A shell script to initialize your Mac automatically from a fresh OS X install.
- Install Xcode and open it
- Install Xcode Command Line Tools
$ xcode-select --install
- Edit config.sh
$ sh install.sh
(You will need execute again after change shell to Zsh)- Install Node manually
$ nvm install [version]