From 2e56e3bf31b643674bb43d4287da0952fc2cddb8 Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Sat, 1 Aug 2026 08:10:21 -0400 Subject: [PATCH] Update 1 file: bootstrap.sh --- default/.config/zsh/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/.config/zsh/bootstrap.sh b/default/.config/zsh/bootstrap.sh index 538078b..8fb1b9c 100755 --- a/default/.config/zsh/bootstrap.sh +++ b/default/.config/zsh/bootstrap.sh @@ -149,7 +149,7 @@ else git clone --depth=1 "$REPO_URL" "$TARGET_DIR" fi -dotstate doctor +dotstate activate sed -i.bak 's/^repo_mode\s*=\s*".*"/repo_mode = "Local"/' ~/.config/dotstate/config.toml || echo 'repo_mode = "Local"' >> ~/.config/dotstate/config.toml