From 410ab14b0e0b53dd325fdf55ff11a96aaabc171d Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 10 Feb 2026 13:17:48 -0500 Subject: [PATCH] [bin] Update url for code repo --- bin/.local/bin/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/.local/bin/bootstrap.sh b/bin/.local/bin/bootstrap.sh index b076816..e035936 100755 --- a/bin/.local/bin/bootstrap.sh +++ b/bin/.local/bin/bootstrap.sh @@ -4,7 +4,7 @@ set -euo pipefail log() { printf "\n==> %s\n" "$*"; } have() { command -v "$1" >/dev/null 2>&1; } -DOTFILES_REPO="https://code.unbl.ink/secstate/dotfiles" +DOTFILES_REPO="https://code.lab.unbl.ink/secstate/dotfiles" DOTFILES_DIR="${DOTFILES_DIR:-$HOME/.dotfiles}" OMZ_DIR="${ZSH:-$HOME/.oh-my-zsh}" DOOM_DIR="${DOOM_DIR:-$HOME/.emacs.d}"