From f726e17f5ccd2394a5f88510f8989094c4c4b019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Tue, 5 Dec 2017 07:57:15 +0100 Subject: [PATCH] Add installation readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0dd8d94 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Personal ZSH Config + +## Installation + +1. Clone this directory as `$HOME/.zsh`. +2. Do `git submodule init` and `git submodule update` in this directory. +3. Put following code in `$HOME/.zshrc: +``` +source $HOME/.zsh/zshrc +``` + +