From 086c3bfc261d6785f09cad2bcb3d66fc7a9d96ee Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Sat, 1 Aug 2026 08:06:32 -0400 Subject: [PATCH] Update 1 file: bootstrap.sh --- default/.config/zsh/bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default/.config/zsh/bootstrap.sh b/default/.config/zsh/bootstrap.sh index 3593298..9b48e77 100755 --- a/default/.config/zsh/bootstrap.sh +++ b/default/.config/zsh/bootstrap.sh @@ -149,7 +149,11 @@ else git clone --depth=1 "$REPO_URL" "$TARGET_DIR" fi +sed -i.bak 's/^repo_mode\s*=\s*".*"/repo_mode = "Local"/' ~/.config/dotstate/config.toml || echo 'repo_mode = "Local"' >> ~/.config/dotstate/config.toml + dotstate doctor --fix dotstate activate info "done" + +exec zsh