1
0
Files
dotfiles/home/.chezmoiignore.tmpl
2025-11-03 18:53:38 +01:00

21 lines
290 B
Cheetah

{{- if not .features.shell }}
.config/fish
.config/starship.toml
{{- end }}
{{- if not .features.git }}
.config/git
{{- end }}
{{- if not .features.editor }}
.config/nvim
{{- end }}
{{- if not .features.nix }}
.config/nix
{{- end }}
{{- if not .features.paru }}
.config/paru
{{- end }}