My dotfiles utilizing Chezmoi for management https://www.chezmoi.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
265 B

**/README.md
{{ if (hasKey . "code") | not }}
.config/Code\ -\ OSS/
{{- end }}
{{ if (hasKey . "firefox") | not }}
.mozilla
{{- end }}
{{ if (hasKey . "git") | not }}
.config/git/config
{{- end }}
{{ if (hasKey . "fonts") | not }}
.local/share/fonts
{{- end }}