This repo contains all of the dotfiles that are backup up using chezmoi
. You can find more information about that tool here: chezmoi.io
To add a file to chezmoi, run:
chezmoi add <path/to/file/folder>
To restore files to a new machine, run:
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply $GITHUB_USERNAME