From 717fe2044d95b25476f94e2eee01a04bd4fe61e7 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Fri, 3 Mar 2023 11:39:47 -0700 Subject: [PATCH] Add asdf submodule --- .asdf | 1 + .gitmodules | 3 +++ 2 files changed, 4 insertions(+) create mode 160000 .asdf diff --git a/.asdf b/.asdf new file mode 160000 index 0000000..8eb11b8 --- /dev/null +++ b/.asdf @@ -0,0 +1 @@ +Subproject commit 8eb11b8977bb850a489adc37dc009958fc460951 diff --git a/.gitmodules b/.gitmodules index 223b52d..adda485 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule ".oh-my-zsh"] path = .oh-my-zsh url = https://code.cotugno.family/kevin/ohmyzsh.git +[submodule ".asdf"] + path = .asdf + url = https://code.cotugno.family/kevin/asdf.git