2022-07-20 20:04:11 -04:00
|
|
|
{{- if not .desktop }}
|
2021-06-11 00:02:33 -04:00
|
|
|
.config/*
|
2021-06-10 23:59:25 -04:00
|
|
|
!.config/gnupg
|
2021-06-13 21:45:57 -04:00
|
|
|
!.config/tmux
|
2021-06-10 23:43:45 -04:00
|
|
|
!.config/zsh
|
2021-06-10 22:58:00 -04:00
|
|
|
|
2023-10-16 13:10:19 -04:00
|
|
|
.local/share/screenshots
|
|
|
|
|
2023-05-26 15:50:26 -04:00
|
|
|
{{ if .development.python -}}
|
|
|
|
!.config/python
|
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
{{ if .development.r -}}
|
|
|
|
!.config/r
|
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
{{ if .development.latex -}}
|
|
|
|
!.config/texmf
|
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
{{ if .development.conda -}}
|
|
|
|
!.config/conda
|
|
|
|
{{- end }}
|
|
|
|
|
2021-06-10 23:43:45 -04:00
|
|
|
.local
|
2021-06-11 00:21:07 -04:00
|
|
|
{{- end }}
|
2021-06-10 23:00:49 -04:00
|
|
|
|
2022-07-21 00:09:20 -04:00
|
|
|
.symlinks
|
|
|
|
|
2023-10-12 13:59:38 -04:00
|
|
|
{{ if eq .features.desktop_alias "none" -}}
|
2022-07-21 00:09:20 -04:00
|
|
|
.config/conky.yml
|
2022-08-08 22:53:08 -04:00
|
|
|
.config/systemd/user/conky_pacman.service
|
|
|
|
.config/systemd/user/conky_pacman.timer
|
|
|
|
.config/systemd/user/timers.target.wants/conky_pacman.timer
|
2022-07-20 23:43:04 -04:00
|
|
|
{{- end }}
|
|
|
|
|
2022-07-21 00:03:41 -04:00
|
|
|
{{ if not .features.virtualbox -}}
|
2022-07-21 00:09:20 -04:00
|
|
|
.config/VirtualBox/VirtualBox.xml
|
2022-07-21 00:03:41 -04:00
|
|
|
{{- end }}
|