Add installation readme

This commit is contained in:
Paweł Płazieński 2017-12-05 07:57:15 +01:00
parent 227b3c2843
commit f726e17f5c

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# 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
```