9 lines
209 B
Cheetah
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"
|