15 lines
277 B
Markdown
15 lines
277 B
Markdown
### 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)"
|
|
```
|