Add README

This commit is contained in:
Yorick Barbanneau 2023-03-16 01:16:52 +01:00
parent ab19d3a1e5
commit 1b363e0023

16
README.md Normal file
View 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
```