Add README
This commit is contained in:
parent
ab19d3a1e5
commit
1b363e0023
1 changed files with 16 additions and 0 deletions
16
README.md
Normal file
16
README.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
zsh configuration
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
First you need to clone this repository
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://git.epha.se/ephase/zsh_config ~/.config/zsh
|
||||||
|
```
|
||||||
|
|
||||||
|
Then create a `.zshenv` with the `ZDOTDIR` variable :
|
||||||
|
|
||||||
|
```
|
||||||
|
echo 'export ZDOTDIR="$HOME/.config/zsh"' > ~/.zshenv
|
||||||
|
```
|
Reference in a new issue