From 748bf06f40bd418c4f11c67a4d3b8ed079ba6026 Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Mon, 19 Dec 2016 04:14:40 -0800 Subject: [PATCH] Add zplug install instructions (#261) --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index ed5b59e..8baeaf4 100644 --- a/readme.md +++ b/readme.md @@ -176,6 +176,15 @@ $ antibody bundle mafredri/zsh-async $ antibody bundle sindresorhus/pure ``` +### [zplug](https://github.com/zplug/zplug) + +Update your `.zshrc` file with the following lines (order matters): + +```console +$ zplug mafredri/zsh-async, from:github, defer:0 # Load this first +$ zplug sindresorhus/pure, use:pure.zsh, from:github, as:theme +``` + ## FAQ ### My preprompt is missing when I clear the screen with Ctrl+L