dotfiles/dot_cargo/config.toml.tmpl
2023-06-27 15:21:49 -04:00

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 }}