Utilizes Ansible to set up a macOS machine.
From the command line:
$ ./bootstrap.sh
This will:
- prompt Xcode installation,
- install Rosetta 2
- install Homebrew,
- install Ansible,
- execute
playbook.yml
to perform remaining setup via Ansible.
The script is not fully automated, i.e. some human input will be required:
- Xcode has to be installed manually,