Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 437 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 437 Bytes

macbookpro

This repo contains some configurations for setting up apps on a clean Macbook Pro.

There is an ansible yaml file that will install homebrew, various utilities and apps, and installs my .zshrc and spaceship.toml files.

Usage

# update pip and install ansible
sudo pip3 install --upgrade pip
sudo pip3 install -Iv ansible

# run the ansible configuration
$ ansible-playbook -v setup_mbp.yaml --ask-become-pass