- Rewrite repo as Ansible roles: set up a complete local dev environment with a single, idempotent command
First, do a clean install
After that:
sudo softwareupdate -i -a
xcode-select --install
Then:
git clone https://github.com/dylanferguson/dotfiles.git $HOME/.dotfiles
cd $HOME/.dotfiles
chmod +wx install.sh
sh install.sh
Finally:
sudo reboot
- Update bash:
sudo -s
echo /usr/local/bin/bash >> /etc/shells
chsh -s /usr/local/bin/bash
echo $BASH_VERSION