1
0
Files
dotfiles/home/.chezmoiignore.tmpl
2025-10-13 10:23:32 +02:00

13 lines
184 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 }}