No description
  • Go Template 86.4%
  • Shell 13.6%
Find a file
2026-05-26 18:48:53 +03:00
dot_config fix air 2026-05-26 18:48:53 +03:00
dot_helix add bunch 2026-05-25 19:42:46 +03:00
dot_local/scripts add bunch 2026-05-25 19:42:46 +03:00
.chezmoi.toml.tmpl chezmoi template 2026-05-25 19:26:29 +03:00
dot_aerospace.toml aerospace 2026-05-26 07:02:21 +03:00
dot_gitconfig.tmpl update paths 2026-05-25 19:35:32 +03:00
dot_gitignore_global add bunch 2026-05-25 19:42:46 +03:00
dot_zshrc inti 2026-05-25 19:02:22 +03:00
readme.md add readme.md 2026-05-25 20:19:03 +03:00

Dotfiles

Install with the following command.

chezmoi init ssh://git@git.rauhala.dev/miro/dotfiles.git

It'll then ask to fill relevant variables for templates.

Edit

Edit all config files:

chemoi edit

Edit specific config files:

chezmoi edit .zshr

Diff

View diff before applying:

chezmoi diff

Apply

chezmoi apply -v

Commit & push

Using git:

chezmoi cd
git add .
git commit -m "update"
git push

Or, using jj:

chezmoi cd
jj desc -m "update"
jj tug
jj git push

Update / Sync

chezmoi update -v