change script update location

This commit is contained in:
2026-07-12 02:40:19 -04:00
parent 449f5f2565
commit 6acbe02fad
+5 -3
View File
@@ -2,8 +2,10 @@ export ZSH_CONFIG=$HOME/.config/zsh
export OHMYZSH=$ZSH_CONFIG/oh-my-zsh export OHMYZSH=$ZSH_CONFIG/oh-my-zsh
export OHMYZSH_CUSTOM=$OHMYZSH/custom export OHMYZSH_CUSTOM=$OHMYZSH/custom
export ZSHRC_URL="https://jeremy-web.space/scripts/zshrc" export ZSHRC_GIT="https://git.jeremymcclure.com/jeremy/scripts/raw/branch/master/zsh/"
export ZSHRC_BOOTSTRAP_URL="https://jeremy-web.space/scripts/zshrc-bootstrap.zsh"
export ZSHRC_URL="$ZSHRC_GIT/zshrc"
export ZSHRC_BOOTSTRAP_URL="$ZSHRC_GIT/zshrc-bootstrap.zsh"
export ZSHRC_BOOTSTRAP_VERSION="2" export ZSHRC_BOOTSTRAP_VERSION="2"
export ZSHRC_BOOTSTRAP="$ZSH_CONFIG/.bootstrapped" export ZSHRC_BOOTSTRAP="$ZSH_CONFIG/.bootstrapped"
@@ -38,7 +40,7 @@ fi
TMUXCONF="$HOME/.config/tmux" TMUXCONF="$HOME/.config/tmux"
BYOBUCONF="$HOME/.config/byobu" BYOBUCONF="$HOME/.config/byobu"
TMUXREMOTE="https://jeremy-web.space/scripts/tmux.conf" TMUXREMOTE="$ZSHRC_GIT/tmux.conf"
if [ ! -f "$TMUXCONF" ]; then if [ ! -f "$TMUXCONF" ]; then
# Create a secure temporary file # Create a secure temporary file
TEMP_TMUXCONF=$(mktemp) TEMP_TMUXCONF=$(mktemp)