phips / mac-ansible

:cow2: Configuring my mac with Ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 python (It's better than system python, see guide)
  3. pip install ansible (better than homebrew package as it's always latest)
  4. Then ansible-playbook playbook.yml

Fork! Copy! Adapt!

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

About

:cow2: Configuring my mac with Ansible

License:The Unlicense


Languages

Language:Python 100.0%