Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 830 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 830 Bytes

My Macbook Setup

THIS IS A WORK IN PROGRESS

Automatic configuration and installation of tools for my Macbook using Ansible:

Bootstrap Process

  • xcode-select --install
  • pip3 install --upgrade pip
  • pip3 install --user ansible

Run Ansible

Run Ansible with the provided Makefile:

  • make install to download required ansible roles
  • make configure to run ansible-playbook (sudo password required)

Extras / Manual Install

Read through extras.md