Files
dotfiles/.chezmoiexternal.toml.tmpl
T
2026-07-07 18:28:35 -05:00

9 lines
209 B
Cheetah

{{- if eq .chezmoi.os "windows" }}
["AppData/Local/nvim"]
{{- else }}
[".config/nvim"]
{{- end }}
type = "git-repo"
url = "https://github.com/StevanFreeborn/nvim-config.git"
refreshPeriod = "168h"