This is an ansible
playbook I use to bootstrap and update the configuration of my development machine. It my is "dotfiles on steroids".
macOS Catalina (10.15)
ansible >=2.9
Follow this steps to bootstrap new macOS installation.
-
Install Homebrew.
-
Turn off Homebrew Analytics.
$ brew analytics off
-
Install Ansible.
$ brew install ansible
-
Run the playbook in first run mode.
$ cd $ git clone https://github.com/evansb/devbox $ cd devbox $ ansible-playbook -e "devbox_first_run=yes" main.yml
MIT