Update README.md
This commit is contained in:
@@ -1,9 +1,14 @@
|
|||||||
# ZSH
|
# ZSH
|
||||||
`sudo apt install git -y`
|
`sudo apt install git -y`
|
||||||
|
|
||||||
`sudo apt install zsh -y`
|
`sudo apt install zsh -y`
|
||||||
|
|
||||||
`sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"`
|
`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`
|
`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`
|
`source .zshrc`
|
||||||
# NANO
|
# 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`
|
||||||
|
|||||||
Reference in New Issue
Block a user