From 38c381039ead045250727826f68cd71ca556e69f Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Thu, 28 May 2015 20:01:30 +0300 Subject: [PATCH] readme: update instructions for antigen and oh-my-zsh. remove incompatible async.plugin.zsh --- async.plugin.zsh | 1 - readme.md | 10 ++++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) delete mode 120000 async.plugin.zsh diff --git a/async.plugin.zsh b/async.plugin.zsh deleted file mode 120000 index 27d2d7e..0000000 --- a/async.plugin.zsh +++ /dev/null @@ -1 +0,0 @@ -async.zsh \ No newline at end of file diff --git a/readme.md b/readme.md index 548b952..cdd5eb4 100644 --- a/readme.md +++ b/readme.md @@ -126,7 +126,9 @@ To have commands colorized as seen in the screenshot install [zsh-syntax-highlig ### [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) -Symlink (or copy) `pure.zsh` to `~/.oh-my-zsh/custom/pure.zsh-theme` and add `ZSH_THEME="pure"` to your `.zshrc` file. +1. Symlink (or copy) `pure.zsh` to `~/.oh-my-zsh/custom/pure.zsh-theme` +2. Symlink (or copy) `async.zsh` to `~/.oh-my-zsh/custom/async.zsh` +3. Add `ZSH_THEME="pure"` to your `.zshrc` file. ### [prezto](https://github.com/sorin-ionescu/prezto) @@ -134,8 +136,12 @@ Set `zstyle ':prezto:module:prompt' theme 'pure'` in `~/.zpreztorc`. ### [antigen](https://github.com/zsh-users/antigen) -Add `antigen bundle sindresorhus/pure` to your .zshrc file (do not use the `antigen theme` function). +Update your `.zshrc` file with the following two lines (order matters). Do not use the `antigen theme` function. +``` +antigen bundle mafredri/zsh-async +antigen bundle sindresorhus/pure +``` ## FAQ