From 1b363e00237e85e8519fb79419a6c73eb9aa6d67 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneauwq Date: Thu, 16 Mar 2023 01:16:52 +0100 Subject: [PATCH] Add README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c74553 --- /dev/null +++ b/README.md @@ -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 +```