Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 671 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 671 Bytes

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

  1. Install homebrew with the command from the site.
  2. brew install uv to install uv.
  3. uv venv --python 3.12
  4. source .venv/bin/activate
  5. uv pip install ansible
  6. ./playbook.yml

Fork! Copy! Adapt!

This repository is public domain, distributed under the Unlicense, so you can do whatever you want with it, see LICENSE.