From 5cf424388d9f98fe89c2b85e3692460e3e504c42 Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Sat, 1 Aug 2026 08:09:04 -0400 Subject: [PATCH] Update 1 file: bootstrap.sh --- default/.config/zsh/bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default/.config/zsh/bootstrap.sh b/default/.config/zsh/bootstrap.sh index 9b48e77..538078b 100755 --- a/default/.config/zsh/bootstrap.sh +++ b/default/.config/zsh/bootstrap.sh @@ -149,6 +149,8 @@ else git clone --depth=1 "$REPO_URL" "$TARGET_DIR" fi +dotstate doctor + 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