chezmoi managed dotfiles.
To install, run:
$GITHUB_USERNAME=dalyisaac
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply $GITHUB_USERNAME
To use in a devcontainer, add the following to your vscode's settings:
{
"dotfiles.repository": "https://github.com/dalyisaac/dotfiles.git",
"dev.containers.copyGitConfig": false
}