Automatically set up a Mac using Ansible.
Manually sign into the App Store before running the following script.
- Sign into the App Store
- Install command line developer tools:
xcode-select --install
- Clone this repository:
https://github.com/epiccoolguy/automac.git
- Run the script:
./RUNME.sh
Or override variables fromvars.yaml
:./RUNME.sh --extra-vars "git_user_name='Miguel Lo-A-Foe' git_user_email='[email protected]'"