1
0

Update home/.chezmoiexternal.toml

This commit is contained in:
2025-06-21 19:09:19 +02:00
parent e888ae4bef
commit 8adb93891e

View File

@@ -1,7 +1,8 @@
{{ $asdfVersion := "0.18.0" -}}
{{- $asdfVersion := "0.18.0" }}
{{- $asdfOS := "linux" }}
[".local/bin/asdf"]
type = "archive-file"
url = "https://github.com/asdf-vm/asdf/releases/download/v{{ $asdfVersion }}/asdf-v{{ $asdfVersion }}-{{ .chezmoi.os }}-{{ .chezmoi.arch }}.tar.gz"
url = "https://github.com/asdf-vm/asdf/releases/download/v{{ $asdfVersion }}/asdf-v{{ $asdfVersion }}-{{ $asdfOS }}-{{ .chezmoi.arch }}.tar.gz"
path = "asdf"
[".config/aacs/KEYDB.cfg"]