Files
dotfiles/README.md
2026-08-08 13:48:31 +02:00

436 B

My dotfiles

Set up on new machine:

`sh -c "$(curl -fsLS get.chezmoi.io)" -- init dnlbauer`

One shot (removes chezmoi after install)

`sh -c "$(curl -fsLS get.chezmoi.io)" -- init --one-shot dnlbauer`

Updateing files

  1. Re-add updated files:

chezmoi re-add .zshrc

  1. git add and commit
chezmoi cd
git add --all
git commit
git push
  1. Update machine from remote

chezmoi update