Edwin's dotfiles, managed with chezmoi.
One command — installs chezmoi to ~/.local/bin if missing, clones this repo, and applies it to $HOME:
sh -c "$(curl -fsLS https://get.chezmoi.io/lb)" -- init --apply edwinhernThese tasks operate against the local clone (via chezmoi --source $PWD), so you can test edits without pushing:
mise update # apply local source state to $HOME
mise diff # preview what apply would change
mise format # format shell, md, yaml, toml
mise lint # lint shell, md, yaml, toml
mise test # run bats tests
mise check # lint + test