xcode-select --install # developer utils with git
softwareupdate --install-rosetta --agree-to-license # x86_64 (amd64) translator to aarch64 (arm64)
curl -sS https://webi.sh/brew | sh
source ~/.config/envman/PATH.env && rm ~/.zshrc
HOMEBREW_CASK_OPTS="--no-quarantine" brew bundle --verbose --file=./homebrew/.config/homebrew/Brewfile
(cd .ansible && ansible-playbook main.yml)
- Change this repo url with
git remote set-url origin [email protected]:vicmattos/.dotfiles.git