zshrc/README.md
2023-08-24 13:20:05 +02:00

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
```