From affd06bdeea8e1d9bf3ede8241bd1bd753bbfb99 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sun, 1 Mar 2026 22:26:49 -0800 Subject: [PATCH] Add git to bundled apps installation --- install/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.sh b/install/install.sh index 9d530a3..989a25f 100644 --- a/install/install.sh +++ b/install/install.sh @@ -88,7 +88,7 @@ cd "$DEST" && bun run build # -- Bundled apps -- echo ">> Installing bundled apps" -BUNDLED_APPS="clock code cron env stats versions" +BUNDLED_APPS="clock code cron env git stats versions" for app in $BUNDLED_APPS; do if [ -d "$DEST/apps/$app" ]; then if [ -d ~/apps/"$app" ]; then