Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 583 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 583 Bytes

Mac bootstrap

Utilizes Ansible to set up a macOS machine.

Usage

From the command line:

$ ./bootstrap.sh

This will:

  • prompt Xcode installation,
  • install Rosetta 2
  • install Homebrew,
  • install Ansible,
  • execute playbook.yml to perform remaining setup via Ansible.

Caveats

The script is not fully automated, i.e. some human input will be required:

  • Xcode has to be installed manually,