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 [email protected]:geerlingguy/mac-dev-playbook.git
ansible-playbook main.yml --ask-become-pass
sh -c \
"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"