From 10e59518fb4855be73ac9adfd0c6c52ef0c91d92 Mon Sep 17 00:00:00 2001 From: Joshua Jabbour Date: Fri, 6 Dec 2013 21:05:05 +0100 Subject: [PATCH] Close GH-41: Add integration with antigen.. Fixes #16 --- pure.zsh-theme | 4 ++++ readme.md | 9 +++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 pure.zsh-theme diff --git a/pure.zsh-theme b/pure.zsh-theme new file mode 100644 index 0000000..5c1e90e --- /dev/null +++ b/pure.zsh-theme @@ -0,0 +1,4 @@ +# ${0:A:h} is the current file (0) +# with symbolic links resolved (A) +# with truncated final path component (h) +source "${0:A:h}/pure.zsh" diff --git a/readme.md b/readme.md index 06e6291..a9cccf5 100644 --- a/readme.md +++ b/readme.md @@ -77,9 +77,14 @@ prompt pure [Tomorrow Night Eighties](https://github.com/chriskempson/tomorrow-theme) theme with the [Droid Sans Mono](http://www.google.com/webfonts/specimen/Droid+Sans+Mono) font (15pt) is a beautiful combination, as seen in the screenshot above. -## oh-my-zsh +## [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) -Save `prompt_pure_setup` to `~/.oh-my-zsh/custom/pure.zsh-theme` and add `ZSH_THEME="pure"` to your .zshrc file. +Symlink (or copy) `pure.zsh-theme` into `~/.oh-my-zsh/custom` and add `ZSH_THEME="pure"` to your .zshrc file. + + +## [antigen](https://github.com/zsh-users/antigen) + +Add `antigen theme sindresorhus/pure pure` to your .zshrc file. ## License