Skip to content

matt-williams8/macos-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macOS setup

An ansible based "backup" of my preferred macOS dev machine setup.

Getting started

  1. "Prime" pip3
    • When getting started with macOS 12.X (Monterey) I found that just testing to see if pip3 was installed triggered the xcode CLI tools install
    • pip3, pip3 --version, etc
  2. Download and run install.zsh

Applying changes

Once the install.zsh script has been run once to do the initial setup/core package install, any future changes made to the playbook can be applied via ansible-playbook --skip-tags sdkman_privilege $HOME/src/macos-setup/macos.yml.