Created
November 11, 2021 11:25
-
-
Save boldbart/947b0dfa58921094641511329e687b3c to your computer and use it in GitHub Desktop.
Mac clean install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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