- Install Apple's Command Line Tools, which are prerequisites for Git and Homebrew.
xcode-select --install
- Clone repo into new hidden directory.
git clone https://github.com/stay-js/dotfiles.git ~/.dotfiles
- Make install.sh executable.
chmod +x ~/.dotfiles/install.sh
- Run install.sh.
~/.dotfiles/install.sh