Ansible script for setting up a Mac for development.
- Complete the macOS setup
- Install command-line-tools (
xcode-select --install) - Login to AppStore app.
- Install Homebrew.
- Install Ansible (
brew install ansible) - Copy
default.config.ymltoconfig.ymland edit the configuration to your likings (cp default.config.yml config.yml). - Run
ansible-playbook main.yml. Enter your account password when prompted.
This playbook is heavily inspired by Jeff Geerling's mac-dev-playbook.