chris3ware's dotfiles, managed with chezmoi.
Important
macOS requires Xcode Command Line Tools.
Install with: xcode-select --install if required
Install them with:
sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --persistent-state "$HOME/.local/state/chezmoi/chezmoistate.boltdb" --source "$HOME/Developer/github.com/chris3ware/dotfiles" --apply chris3wareThis command will:
- Download
chezmoito~/.local/bin - Clone this repository to
~/Developer/github.com/chris3ware/dotfilesvia HTTPS - Prompt for
agepassphrase to decrypt protected files - Store chezmoi state in
~/.local/state/chezmoi/chezmoistate.boltdb - Apply dotfiles, install Homebrew packages via
Brewfileand runmise bootstrap