No description
- Go Template 86.4%
- Shell 13.6%
| dot_config | ||
| dot_helix | ||
| dot_local/scripts | ||
| .chezmoi.toml.tmpl | ||
| dot_aerospace.toml | ||
| dot_gitconfig.tmpl | ||
| dot_gitignore_global | ||
| dot_zshrc | ||
| readme.md | ||
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