FIX don't mask config files we actually need
This commit is contained in:
parent
2d4160b9bd
commit
05e6998c6a
|
@ -11,10 +11,25 @@
|
||||||
|
|
||||||
.config/*
|
.config/*
|
||||||
!.config/gnupg
|
!.config/gnupg
|
||||||
!.config/python
|
|
||||||
!.config/tmux
|
!.config/tmux
|
||||||
!.config/zsh
|
!.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
|
.local
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue