From 4cf85310915d6db69bba24028c095641b3ae7af6 Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Sat, 1 Aug 2026 16:02:40 -0400 Subject: [PATCH] Update 1 file: bootstrap.sh --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index 1bcf1ca..4c4aaa9 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -29,6 +29,7 @@ check_all() { # --- Update --- update() { + mkdir -p $HOME/.config/zsh dotstate activate &>/dev/null || true sed -i.bak 's/^repo_mode\s*=\s*".*"/repo_mode = "Local"/' ~/.config/dotstate/config.toml &>/dev/null || echo 'repo_mode = "Local"' >> ~/.config/dotstate/config.toml &>/dev/null dotstate doctor --fix &>/dev/null || true