change script update location
This commit is contained in:
@@ -2,8 +2,10 @@ export ZSH_CONFIG=$HOME/.config/zsh
|
||||
export OHMYZSH=$ZSH_CONFIG/oh-my-zsh
|
||||
export OHMYZSH_CUSTOM=$OHMYZSH/custom
|
||||
|
||||
export ZSHRC_URL="https://jeremy-web.space/scripts/zshrc"
|
||||
export ZSHRC_BOOTSTRAP_URL="https://jeremy-web.space/scripts/zshrc-bootstrap.zsh"
|
||||
export ZSHRC_GIT="https://git.jeremymcclure.com/jeremy/scripts/raw/branch/master/zsh/"
|
||||
|
||||
export ZSHRC_URL="$ZSHRC_GIT/zshrc"
|
||||
export ZSHRC_BOOTSTRAP_URL="$ZSHRC_GIT/zshrc-bootstrap.zsh"
|
||||
export ZSHRC_BOOTSTRAP_VERSION="2"
|
||||
export ZSHRC_BOOTSTRAP="$ZSH_CONFIG/.bootstrapped"
|
||||
|
||||
@@ -38,7 +40,7 @@ fi
|
||||
|
||||
TMUXCONF="$HOME/.config/tmux"
|
||||
BYOBUCONF="$HOME/.config/byobu"
|
||||
TMUXREMOTE="https://jeremy-web.space/scripts/tmux.conf"
|
||||
TMUXREMOTE="$ZSHRC_GIT/tmux.conf"
|
||||
if [ ! -f "$TMUXCONF" ]; then
|
||||
# Create a secure temporary file
|
||||
TEMP_TMUXCONF=$(mktemp)
|
||||
|
||||
Reference in New Issue
Block a user