48 lines
757 B
Plaintext
48 lines
757 B
Plaintext
{{- if not .desktop }}
|
|
.bin/*
|
|
|
|
!.bin/bootstrap_mamba
|
|
!.bin/compress_pdf
|
|
!.bin/efi-update
|
|
!.bin/gpg-recv-http
|
|
!.bin/ln-replace
|
|
!.bin/ssh-def-keygen
|
|
!.bin/tmuxctl
|
|
|
|
.config/*
|
|
!.config/gnupg
|
|
!.config/tmux
|
|
!.config/zsh
|
|
|
|
{{ 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.conky_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 }}
|