Edit domain
parent
fff01f4bf2
commit
be94eab6a1
|
@ -5,5 +5,5 @@ zsh
|
||||||
--
|
--
|
||||||
To install zsh config, type this:
|
To install zsh config, type this:
|
||||||
```sh
|
```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)"
|
||||||
```
|
```
|
||||||
|
|
|
@ -28,8 +28,8 @@ fi
|
||||||
if test -f ~/.zshrc; then
|
if test -f ~/.zshrc; then
|
||||||
showcom eval "cp ~/.zshrc ~/.zshrc.old"
|
showcom eval "cp ~/.zshrc ~/.zshrc.old"
|
||||||
fi;
|
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 "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 "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"
|
echo "Done"
|
||||||
|
|
Loading…
Reference in New Issue