Provision and set up a new Mac computer using ansible.
- Create ssh key for github
- Remap capslock to ctrl.
Run the commands:
- ./bin/bootstrap
- ./bin/apply
The first will install ansible on the system. Then the second will execute the ansible playbook. A specific commands can be run with --tags
.
./bin/apply --tags osx