Now using Chezmoi to manage these dotfiles.
Follow the above guide to install these locally or:
chezmoi init --apply https://github.com/jallier/dotfiles.gitIf the machine you're installing on will have your gh ssh private key, then change the above to this to allow you to push more easily:
chezmoi init --apply git@github.com:jallier/dotfiles.gitYou will probably get some errors due to missing zsh plugins or brew. Just install the things that complain and rerun until the errors go away.
There are 2 ways to edit:
Edit the config file you want to edit directly, then run
# To do everything at once
chezmoi re-add
# For a specific file
chezmoi add $FILEchezmoi edit $FILE
chezmoi cd
git add .
git commit
git pushRead the chezmoi docs