mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-22 15:30:59 +02:00
README: add section about manual installation
This commit is contained in:
parent
020a9152b7
commit
d136fd8731
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user