All Projects → adamchainz → mac-ansible

adamchainz / mac-ansible

Licence: Unlicense license
🐄 Configuring my mac with Ansible

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language

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 pyenv
  3. pyenv install <latest_python_version> (Check playbook up to date)
  4. Make sure pyenv's python on path (it will be after my shell settings are in place from playbook)
  5. python -m venv venv
  6. source venv/bin/activate
  7. pip install ansible (always the best way to install Ansible)
  8. Then ./playbook.yml

Fork! Copy! Adapt!

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].