mac-ansible
I use this project to configure my macOS the way I like it. That way I can wipe and re-install with less effort. See my blog post.
Getting Started
- Install homebrew with the command from the site
brew install pyenv
pyenv install <latest_python_version>
(Check playbook up to date)- Make sure pyenv's python on path (it will be after my shell settings are in place from playbook)
python -m venv venv
source venv/bin/activate
pip install ansible
(always the best way to install Ansible)- Then
./playbook.yml
Fork! Copy! Adapt!
This is distributed under the Unlicense so you can do whatever you want with it, see LICENSE.