2022-11-22 01:20:11 +00:00
|
|
|
# See the docs for explanations: https://asdf-vm.com/manage/configuration.html
|
|
|
|
|
2022-12-02 04:59:30 +00:00
|
|
|
# Use plugin fallback to legacy version files (e.g. `.ruby-version`) if available
|
2022-11-22 01:20:11 +00:00
|
|
|
legacy_version_file = yes
|
|
|
|
# Use release candidate rather than latest semantic version
|
|
|
|
use_release_candidates = yes
|
2022-11-24 11:00:34 +00:00
|
|
|
{{ if and (eq .chezmoi.os "darwin") (not .host.restricted) -}}
|
2022-11-22 01:20:11 +00:00
|
|
|
java_macos_integration_enable = yes
|
|
|
|
{{ end -}}
|