This repo contains a simple way to bootstrap a new computer with chezmoi.
- Install xcode
sudo xcode-select --install
- Check for system updates and update (especially xcode).
- Install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install chezmoi and my dotfiles with one single command:
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply --verbose atetz