⚙️ Automatic configuration for my Mac.
Automatic installation is based upon the following Ansible roles:
- geerlingguy.homebrew manages homebrew installation and packages
- geerlingguy.mas manages apps from the app store
Install code dependencies
xcode-select --install
Put Python in path
export PATH=$PATH:$HOME/Library/Python/3.11/bin
Upgrade pip
pip3 install --upgrade pip
Install Ansible
pip3 install --user ansible
Download required roles
make install
Configure everything (sudo password required)
make configure