From c1f280a41edec352e08cbc0bc2ab554003bb2ce7 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sun, 1 Mar 2026 21:48:45 -0800 Subject: [PATCH] you too --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 2e055bd..e87e2e1 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -58,7 +58,7 @@ mkdir -p ~/data mkdir -p ~/apps echo ">> Installing bundled apps" -BUNDLED_APPS="clock code cron env metrics versions" +BUNDLED_APPS="clock code cron env git metrics versions" for app in $BUNDLED_APPS; do if [ -d "apps/$app" ]; then echo " Installing $app..."