Create a config.yml
to override the default.config.yml
xcode-select --install
export PATH="$HOME/Library/Python/3.9/bin:/opt/homebrew/bin:$PATH"
pip3 install ansible
ansible-galaxy install -r requirements.yml
Run full playbook
ansible-playbook main.yml -K
Run specific tags
ansible-playbook main.yml -K --tags "defaults"
- Set wallpaper
inspired by geerlingguy/mac-dev-playbook