2022-07-20 20:04:11 -04:00
|
|
|
{{- if not .desktop }}
|
2022-08-29 17:54:22 -04:00
|
|
|
.bin/*
|
|
|
|
|
|
|
|
!.bin/bootstrap_mamba
|
|
|
|
!.bin/compress_pdf
|
|
|
|
!.bin/efi-update
|
|
|
|
!.bin/gpg-recv-http
|
|
|
|
!.bin/ln-replace
|
|
|
|
!.bin/ssh-def-keygen
|
|
|
|
!.bin/tmuxctl
|
2021-06-10 22:58:00 -04:00
|
|
|
|
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-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
|
|
|
|
|
2022-07-21 19:15:38 -04:00
|
|
|
{{ if eq .features.conky_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 }}
|