This commit is contained in:
Valeriy Filippov
2026-03-06 15:16:33 +03:00
parent a7aafb662e
commit 6aeee6d435
3 changed files with 136 additions and 0 deletions

14
zsh/README.md Normal file
View File

@@ -0,0 +1,14 @@
### Configuration
Create file `~/.zprofile` with content
```
export ZDOTDIR="$HOME/.config/zsh"
```
### Requirements
#### ohmyzsh
https://github.com/ohmyzsh/ohmyzsh
```shell
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```