dotfiles/.chezmoiexternal.yaml

24 lines
592 B
YAML

{{- if .development.emacs }}
.config/emacs:
type: git-repo
url: https://github.com/ndwarshuis/.emacs.d.git
{{- end }}
{{- if .desktop }}
.config/rofi-extras:
type: git-repo
url: https://github.com/ndwarshuis/rofi-extras.git
.config/xmonad:
type: git-repo
url: https://github.com/ndwarshuis/xmonad-config.git
{{- end }}
{{- if ne .features.conky_alias "none" }}
.config/conky:
type: git-repo
url: https://github.com/ndwarshuis/universal-conky.git
{{- end }}
{{- if .features.virtualbox }}
.config/xman:
type: git-repo
url: https://github.com/ndwarshuis/xman.git
{{- end }}