6 lines
175 B
Cheetah
6 lines
175 B
Cheetah
[install]
|
|
{{ if eq .chezmoi.os "windows" -}}
|
|
root = "{{ .chezmoi.homeDir }}/Programs"
|
|
{{ else if eq .chezmoi.os "linux" -}}
|
|
root = "{{ .chezmoi.homeDir }}/.local/"
|
|
{{- end }}
|