Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 436 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 436 Bytes

.files

Preflight

Check and install software updates

sudo softwareupdate -i -a

Install command line tools

xcode-select --install

Create config and Brewfile

cp ./config.example ./config
cp ./Brewfile.example ./Brewfile

Run

./install.sh

Add new bash as a default shell

  1. Adding /usr/local/bin/bash to /etc/shells
  2. Running chsh -s /usr/local/bin/bash.