The playbooks in this repository configure most of the software that I use for macOS and Linux for web and software development. This repository is based on Jeef Geerling of Youtube fame.
- Install Apple's command line tools
xcode-select --install
. - Install Homebrew
- Install Python via homebrew
brew install python3
- Install Ansible:
brew install ansible
- Install requirements
ansible-galaxy install -r requirements.yml
- Run playbook
ansible-playbook main.yml --ask-become-pass