From 478c207b3adcf20faa87d40a04349e0a381fd49d Mon Sep 17 00:00:00 2001
From: Jeff LANCE <jean-francois.lance@ac-creteil.fr>
Date: Fri, 28 Mar 2025 11:17:36 +0100
Subject: [PATCH] Up

---
 home/.chezmoiexternal.toml.tmpl | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/home/.chezmoiexternal.toml.tmpl b/home/.chezmoiexternal.toml.tmpl
index 7035058..bc0bbed 100644
--- a/home/.chezmoiexternal.toml.tmpl
+++ b/home/.chezmoiexternal.toml.tmpl
@@ -1,3 +1,9 @@
+{ $asdfVersion := "0.16.7" -}}
+[".local/bin/asdf"]
+    type = "archive-file"
+    url = "https://github.com/asdf-vm/asdf/releases/download/v{{ $asdfVersion }}/asdf-v{{ $ageVersion }}-{{ .chezmoi.os }}-{{ .chezmoi.arch }}.tar.gz"
+    path = "asdf"
+
 [".asdf"]
     type = "git-repo"
     url = "https://github.com/asdf-vm/asdf.git"