From 9fe9c3b3f2184fe66db24d134655111dca7976f7 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Fri, 21 Jul 2023 22:27:20 +0800 Subject: [PATCH] Add asdf repo as git submodule What could possibly go horribly wrong? Signed-off-by: Andrei Jiroh Halili --- .asdf | 1 + .gitmodules | 4 ++++ 2 files changed, 5 insertions(+) create mode 160000 .asdf create mode 100644 .gitmodules diff --git a/.asdf b/.asdf new file mode 160000 index 0000000..d1a563d --- /dev/null +++ b/.asdf @@ -0,0 +1 @@ +Subproject commit d1a563dcc0107d5c631f73b114044898b5cadcf9 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..dfcb371 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "asdf-vm"] + path = .asdf + url = https://github.com/asdf-vm/asdf.git + branch = master