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

17 lines
236 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 }}