dotfiles/.chezmoiexternal.yaml

31 lines
932 B
YAML

{{- if .development.emacs }}
.config/emacs:
type: git-repo
url: https://lambdahub.yavin4.ch/ndwarshuis/emacs-config.git
{{- end }}
{{- if .desktop }}
.config/rofi-extras:
type: git-repo
url: https://lambdahub.yavin4.ch/ndwarshuis/rofi-extras.git
.config/xmonad:
type: git-repo
url: https://lambdahub.yavin4.ch/ndwarshuis/xmonad-config.git
.config/xman:
type: git-repo
url: https://lambdahub.yavin4.ch/ndwarshuis/xman.git
{{- end }}
{{- if ne .features.desktop_alias "none" }}
.config/conky:
type: git-repo
url: https://lambdahub.yavin4.ch/ndwarshuis/conky-config.git
{{- end }}
.local/share/zsh/plugins/zsh-syntax-highlighting:
type: git-repo
url: https://github.com/zsh-users/zsh-syntax-highlighting.git
clone.args: --branch 0.7.1
{{- if .development.conda }}
.local/share/zsh/completion/zsh-conda-completion:
type: git-repo
url: https://github.com/conda-incubator/conda-zsh-completion.git
{{- end }}