From 1fc140485381bc3cd6a88b16a8c4bfc5df89dc01 Mon Sep 17 00:00:00 2001 From: ushastoe <40743392+krolchonok@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:04:08 +0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b63eb6..fd8bc3e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ # ZSH `sudo apt install git -y` + `sudo apt install zsh -y` + `sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` + `curl -sSL https://raw.githubusercontent.com/krolchonok/my-zsh/main/start.sh | sudo bash` -`sudo wget -O .zshrc https://raw.githubusercontent.com/krolchonok/my-zsh/main/.zshrc` + +`sudo wget -O ~/.zshrc https://raw.githubusercontent.com/krolchonok/my-zsh/main/.zshrc` + `source .zshrc` # NANO -`sudo wget -O .nanorc https://raw.githubusercontent.com/krolchonok/my-zsh/main/.nanorc` +`sudo wget -O ~/.nanorc https://raw.githubusercontent.com/krolchonok/my-zsh/main/.nanorc`