Provision and set up a new Mac computer using ansible.
- Create ssh key for github
- Remap capslock to ctrl.
Run the commands:
make installThis will install prerequisites (Xcode CLI tools, Rosetta on Apple Silicon), fetch Ansible dependencies, and run the playbook. Specific tasks can be run with --tags:
uv run ansible-playbook osx_defaults.yml --tags osx --ask-become-pass