Files
dotfiles/home/.chezmoiignore.tmpl
T

29 lines
413 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 }}
{{- if not .features.terminal }}
.config/wezterm
{{- end }}
{{- if not .features.podman }}
.config/containers
{{- end }}