13 lines
228 B
Markdown
13 lines
228 B
Markdown
# Personal ZSH Config
|
|
|
|
## Installation
|
|
|
|
1. Clone this directory as `$HOME/.zsh`.
|
|
2. Do `git submodule init` and `git submodule update` in this directory.
|
|
3. Put following code in `$HOME/.zshrc:
|
|
```
|
|
source $HOME/.zsh/zshrc
|
|
```
|
|
|
|
|