Edit domain

master
Nakidai 2024-02-10 20:16:14 +03:00
parent fff01f4bf2
commit be94eab6a1
2 changed files with 3 additions and 3 deletions

View File

@ -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)"
```

View File

@ -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"