install zsh and oh-my-zsh

This commit is contained in:
2026-06-28 00:40:31 +03:00
parent b57b51d6df
commit bdeebfb8ec

View File

@@ -31,4 +31,16 @@ curl -fsSL https://get.docker.com | sh
sudo usermod -aG docker $USER
```
## Установка Zsh и Oh My Zsh
```sh
sudo apt install zsh -y && chsh -s $(which zsh)
```
Перелогиньтесь, затем установите Oh My Zsh:
```sh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```