This repo contains an ansible playbook (and some scripts) that installs and configures most of the software I use on my Mac. This has been heavily inspired by:
There is a smple shell script in 'bin/bootstrap' that does the inital steps of:
- Installing Xcode Command Line Tools
- Installing Ansible
- Fetching required Ansible roles and collections
It then runs the main playbook 'ansible_osx.yml'. For future updates use 'bin/apply' to just run the Ansible playbook without the bootstrap commands.