From c825045fc63adcef9eec5bec4f62944c7586e1a8 Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Sat, 1 Aug 2026 08:59:37 -0400 Subject: [PATCH] Update 1 file: bootstrap.sh --- default/.config/zsh/bootstrap.sh | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/default/.config/zsh/bootstrap.sh b/default/.config/zsh/bootstrap.sh index eb0d926..f4ee667 100755 --- a/default/.config/zsh/bootstrap.sh +++ b/default/.config/zsh/bootstrap.sh @@ -1,14 +1,6 @@ #!/bin/bash set -e -# If piped, download and run as file so exec works -if [[ ! -t 0 && -z "$_BOOTSTRAP_FILE" ]]; then - TMP=$(mktemp /tmp/bootstrap.XXXXXX.sh) - curl -fsSL https://git.jeremymcclure.com/jeremy/dotstate-storage/raw/branch/master/default/.config/zsh/bootstrap.sh -o "$TMP" - chmod +x "$TMP" - _BOOTSTRAP_FILE=1 exec "$TMP" -fi - # --- Helpers --- info() { printf "\033[1;34m%s\033[0m\n" "$*"; } @@ -23,9 +15,7 @@ update() { dotstate doctor --fix || true dotstate activate || true - info "done — restarting shell" - exec zsh -i < /dev/tty - + info "done" } arch() {