13 lines
283 B
Markdown
13 lines
283 B
Markdown
# Personal ZSH Config
|
|
|
|
## Installation
|
|
|
|
1. Clone this directory as `$HOME/.zsh`.
|
|
2. Install `zplug`, preferably from distribution repository, if not, [as described on github](https://github.com/zplug/zplug).
|
|
3. Put following code in `$HOME/.zshrc`:
|
|
```
|
|
source $HOME/.zsh/zshrc
|
|
```
|
|
|
|
|