My personal dotfiles, managed with chezmoi.
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply git@github.com: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 git@github.com:SystemFiles/dotfiles.git