Skip to content

Instantly share code, notes, and snippets.

@boldbart
Created November 11, 2021 11:25
Show Gist options
  • Save boldbart/947b0dfa58921094641511329e687b3c to your computer and use it in GitHub Desktop.
Save boldbart/947b0dfa58921094641511329e687b3c to your computer and use it in GitHub Desktop.
Mac clean install
cd && \
xcode-select --install && \
export PATH="$HOME/Library/Python/3.8/bin:/opt/homebrew/bin:$PATH" && \
sudo pip3 install --upgrade pip && \
pip3 install ansible && \
git clone https://github.com/geerlingguy/mac-dev-playbook.git && \
cd mac-dev-playbook && \
ansible-galaxy install -r requirements.yml && \
curl https://gitlab.boldcommerce.nl/-/snippets/34/raw/master/snippetfile1.txt -o config.yml && \
ansible-playbook main.yml --ask-become-pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment