Fix command for running script

master
Plaza521 2023-10-27 21:55:27 +03:00
parent 7acfbc5b92
commit a37dd5008d
Signed by untrusted user who does not match committer: nakidai
GPG Key ID: 914675D395210A97
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ zsh
-- --
To install zsh config, type this: To install zsh config, type this:
```sh ```sh
sh -c "${wget -O- https://nakidai.ddns.net/nakidai/dotfiles/raw/branch/master/install_zsh.sh}" sh -c "$(wget -O- https://nakidai.ddns.net/nakidai/dotfiles/raw/branch/master/install_zsh.sh)"
``` ```
This script will replace ~/.zshrc and ~/.oh-my-zsh with its own, so be careful This script will replace ~/.zshrc and ~/.oh-my-zsh with its own, so be careful