Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 581 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 581 Bytes

My macOS Setup

Continuous integration

Building

Including Bootstrapping

./prepare.sh && ./build.sh

Above sets up brew, python, pipx and ansible before running the playbook.yml.

Ansible Only

./build.sh

Additional Steps

  • if you encounter "Ignore insecure directories and continue [y] or abort compinit [n]?" in your terminal try: compaudit | xargs chmod g-w