diff --git a/README.MD b/README.MD index 8bde6fe..c6fe903 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.ddns.net/nakidai/dotfiles/raw/branch/master/install_zsh.sh)" +sh -c "$(wget -O- https://nakidai.ru/nakidai/dotfiles/raw/branch/master/install_zsh.sh)" ``` diff --git a/install_zsh.sh b/install_zsh.sh index e07bcbb..fb2a1e7 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.ddns.net/nakidai/dotfiles/raw/branch/master/zsh/.zshrc > /dev/null 2>&1" +showcom eval "wget -O ~/.zshrc https://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.ddns.net/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://nakidai.ru/nakidai/dotfiles/raw/branch/master/zsh/headline_nakidai.zsh-theme > /dev/null 2>&1" echo "Done"