Skip to content

jalaziz/macos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macOS - macOS Bootstrap Playbook

On a new machine, run:

xcode-select --install
softwareupdate --install-rosetta

curl "https://bootstrap.pypa.io/get-pip.py" -o /tmp/get-pip.py
sudo python3 /tmp/get-pip.py
sudo pip install ansible
export PYTHONUNBUFFERED=1
export PYTHONIOENCODING='utf-8'
ansible-pull -K -d /tmp/bootstrap -i localhost, -e 'ansible_python_interpreter=/usr/bin/python3' -U https://github.com/jalaziz/macos.git

About

OSX Bootstrap Playbook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published