Add zsh
This commit is contained in:
14
zsh/README.md
Normal file
14
zsh/README.md
Normal 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)"
|
||||
```
|
||||
Reference in New Issue
Block a user