dotfiles/.chezmoiignore

40 lines
646 B
Plaintext

{{- if not .desktop }}
.config/*
!.config/gnupg
!.config/tmux
!.config/zsh
.local/share/screenshots
{{ if .development.python -}}
!.config/python
{{- end }}
{{ if .development.r -}}
!.config/r
{{- end }}
{{ if .development.latex -}}
!.config/texmf
{{- end }}
{{ if .development.conda -}}
!.config/conda
{{- end }}
.local
{{- end }}
.symlinks
{{ if eq .features.desktop_alias "none" -}}
.config/conky.yml
.config/systemd/user/conky_pacman.service
.config/systemd/user/conky_pacman.timer
.config/systemd/user/timers.target.wants/conky_pacman.timer
{{- end }}
{{ if not .features.virtualbox -}}
.config/VirtualBox/VirtualBox.xml
{{- end }}