From 884223ab73c390f380c0375dfedf47079eb4126c Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 25 May 2015 02:05:48 +0200 Subject: [PATCH] Add initial README.md file --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..82b0202 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Alex' "Oh My ZSH" Extensions + + +## Prerequisites + +1. You must be using ZSH and +2. ["OhMyZsh"](https://github.com/robbyrussell/oh-my-zsh) must be installed + and set up properly. + + +## Installation + +1. Download and copy the "OhMyZshExtensions" directory anywhere to the local + system, or even better, clone the project using Git. +2. Set up the `ZSH_CUSTOM` variable in your `$HOME/.zshrc` file to correctly + point to the "OhMyZshExtensions" directory. +3. Add the desired plugins the the `plugins` array in your `$HOME/.zshrc` file. -- 2.39.2