- Go through the installation wizard.
- Log in with Apple ID, log into App Store.
xcode-select --install
# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/sglavoie/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
# Install Ansible
brew install ansible
# Clone dotfiles
git clone [email protected]:sglavoie/dotfiles-mac.git ~/dotfiles
# Run the Ansible playbook
cd ~/dotfiles/ansible
ansible-playbook main.yml -K
brew install stow # if not already installed
git clone [email protected]:sglavoie/dotfiles-mac.git ~/dotfiles
cd ~/dotfiles
make
make
make delete
brew leaves | xargs brew desc --eval-all
brew ls --casks | xargs brew desc --eval-all