Mike Guterl's dotfiles, managed with chezmoi
.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
1password-cli was not working for me unless I also installed 1password itself.
brew tap homebrew/cask-versions # this is unnecessary once I'm off 1password-beta
brew install 1password-beta 1password-cli chezmoi
chezmoi init mguterl
Secrets are stored in 1Password, and you'll need the 1Password CLI installed.
Login to 1Password for the first time with:
eval $(op signin <subdomain>.1password.com <email>)
Then, to login afterwards, run:
eval $(op signin)
chezmoi apply