Skip to content

Instantly share code, notes, and snippets.

@chase2981
Last active February 1, 2022 08:35
Show Gist options
  • Save chase2981/0e0d3d47adedbbe92515c408bb74bea8 to your computer and use it in GitHub Desktop.
Save chase2981/0e0d3d47adedbbe92515c408bb74bea8 to your computer and use it in GitHub Desktop.
Immutable macos setup

Open new terminal

git clone https://github.com/macsecurity/mac-dev-playbook.git

Install the developer tools

While installing, register to hexnode via safari at https://bit.ly/cwg-enroll-mdm

When developeer tools finished, run git clone again

git clone https://github.com/macsecurity/mac-dev-playbook.git
export PATH="$HOME/Library/Python/3.8/bin:/opt/homebrew/bin:$PATH"

sudo pip3 install --upgrade pip

cd mac-dev-playbook

pip3 install ansible
ansible-galaxy install -r requirements.yml

ansible-playbook main.yml --ask-become-pass
rm -rf /Users/chasegibbons/Library/Application Support/BraveSoftware
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment