Dmitri's dotfiles, managed with chezmoi.
Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Optionally install 1Password:
brew install 1passwordthen login and turn on CLI integration (Developer > CLI).
Then do one of the following:
install chezmoi into ~/.local/bin and auto-init:
sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --apply akatovor install chezmoi using homebrew and init manually:
brew install chezmoi
chezmoi init akatov