My personal dotfiles, managed with chezmoi.
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply [email protected]:SystemFiles/dotfiles.gitAfter dotfiles installation (which includes a ~/.Brewfile), we can install software.
brew bundle --globalIf you've already initialized chezmoi with HTTPS and want to switch to SSH:
cd ~/.local/share/chezmoi
git remote set-url origin [email protected]:SystemFiles/dotfiles.git