README: add section about manual installation

This commit is contained in:
Daniel Hahler 2014-12-11 16:31:41 +01:00
parent 020a9152b7
commit d136fd8731
1 changed files with 8 additions and 1 deletions

View File

@ -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)