16 lines
283 B
Markdown
16 lines
283 B
Markdown
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
|
|
```
|