From 339c461032bc59559279b4ecc8a9007f6781ff6f Mon Sep 17 00:00:00 2001 From: ushastoe <40743392+krolchonok@users.noreply.github.com> Date: Tue, 30 Sep 2025 08:16:58 +0300 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f22e54c..9e8265f 100644 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ set -e # ========= Настройки ========= ZSH_DIR="${HOME}/.oh-my-zsh" ZDOTDIR="${HOME}" -ZSHRC_URL="https://raw.githubusercontent.com/krolchonok/my-zsh/main/.zshrc" +ZSHRC_URL="https://raw.githubusercontent.com/ushst/my-zsh/main/.zshrc" PLUGINS_REPO1="https://github.com/zsh-users/zsh-autosuggestions" PLUGINS_REPO2="https://github.com/zsh-users/zsh-syntax-highlighting.git" # =============================