From be94eab6a18afc7da86f37ab59f71f8c959d8eda Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sat, 10 Feb 2024 20:16:14 +0300 Subject: [PATCH] Edit domain --- README.MD | 2 +- install_zsh.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index c6fe903..28ade68 100644 --- a/README.MD +++ b/README.MD @@ -5,5 +5,5 @@ zsh -- To install zsh config, type this: ```sh -sh -c "$(wget -O- https://nakidai.ru/nakidai/dotfiles/raw/branch/master/install_zsh.sh)" +sh -c "$(wget -O- https://git.nakidai.ru/nakidai/dotfiles/raw/branch/master/install_zsh.sh)" ``` diff --git a/install_zsh.sh b/install_zsh.sh index fb2a1e7..722b15c 100644 --- a/install_zsh.sh +++ b/install_zsh.sh @@ -28,8 +28,8 @@ fi if test -f ~/.zshrc; then showcom eval "cp ~/.zshrc ~/.zshrc.old" fi; -showcom eval "wget -O ~/.zshrc https://nakidai.ru/nakidai/dotfiles/raw/branch/master/zsh/.zshrc > /dev/null 2>&1" +showcom eval "wget -O ~/.zshrc https://git.nakidai.ru/nakidai/dotfiles/raw/branch/master/zsh/.zshrc > /dev/null 2>&1" showcom eval "git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting --depth 1 > /dev/null 2>&1" showcom eval "rm -rf ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting/.git" -showcom eval "wget -O ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/headline_nakidai.zsh-theme https://nakidai.ru/nakidai/dotfiles/raw/branch/master/zsh/headline_nakidai.zsh-theme > /dev/null 2>&1" +showcom eval "wget -O ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/headline_nakidai.zsh-theme https://git.nakidai.ru/nakidai/dotfiles/raw/branch/master/zsh/headline_nakidai.zsh-theme > /dev/null 2>&1" echo "Done"