From d136fd8731b415e884ed76ae5349da574e167afa Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 11 Dec 2014 16:31:41 +0100 Subject: [PATCH] README: add section about manual installation --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf5e088..9271fba 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,17 @@ This is is a zsh optimized version of ## Installation -Using [antigen](https://github.com/zsh-users/antigen) +### Using [antigen](https://github.com/zsh-users/antigen) antigen-bundle Tarrasch/zsh-autoenv +### Manually + +Clone the repository and source it from your `~/.zshrc` file: + + git clone https://github.com/Tarrasch/zsh-autoenv ~/.dotfiles/lib/zsh-autoenv + echo 'source ~/.dotfiles/lib/zsh-autoenv/autoenv.zsh' >> ~/.zshrc + ## Credits The code was mostly copied from [Joshua Clayton](https://github.com/joshuaclayton)