This repository has been archived on 2024-09-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
zsh_config/README.md
2023-03-16 01:16:52 +01:00

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
```