Skip to content

Latest commit

 

History

History
 
 

mac_setup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Use Ansible to set up a Mac for software development.

Prerequisites:

  • Manually install homebrew first
  • Install Ansible via homebrew: brew install ansible

Run the following command to set up your Mac: $ ansible-playbook -i inventory site.yml -c local -vv