From 2135a68f0ea6fa0fb878cb2401a4b368b6be559c Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Sat, 1 Aug 2026 16:04:00 -0400 Subject: [PATCH] Update 1 file: bootstrap.sh --- bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 4c4aaa9..ae05403 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -29,7 +29,6 @@ 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 @@ -59,6 +58,8 @@ install_binary() { local arch arch=$(arch) + mkdir -p $HOME/.config/zsh + case "$name" in starship) info "installing starship"