ryanwang520 / mac-dev-playbook

Ansible playbook to bootstrap a new MacBook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mac Development Ansible Playbook

This playbook installs and configures most of the software I use on my Mac for web and software development. Some things in macOS are slightly difficult to automate, so I still have a few manual installation steps, but at least it's all documented here.

Installation

  1. RUn python3 -m pip install ansible to install ansible globally.
  2. Run ansible-galaxy install -r requirements.yml inside this directory to install required Ansible roles.
  3. Run ansible-playbook main.yml inside this directory.

About

Ansible playbook to bootstrap a new MacBook