THIS IS A WORK IN PROGRESS
Automatic configuration and installation of tools for my Macbook using Ansible:
- elliotweiser.osx-command-line-tools ansible role to install cli tools
- geerlingguy.mac collection of roles to manage a Mac
- ansible-role-pip installs pip packages
xcode-select --install
pip3 install --upgrade pip
pip3 install --user ansible
Run Ansible with the provided Makefile:
make install
to download required ansible rolesmake configure
to runansible-playbook
(sudo password required)
Read through extras.md