This file contains 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 |