Commit 3e16c470900d913f4f19328badbc46796ca90b0d
1 parent
293eecb906
Add autoenv as an example plugin in README.
Showing 1 changed file with 9 additions and 0 deletions Side-by-side Diff
README.mkd
| ... | ... | @@ -43,6 +43,14 @@ utilities as small scripts all the time. Antigen is compatible with all of them. |
| 43 | 43 | The plugins and scripts don't need any special handling to be compatible with |
| 44 | 44 | antigen. |
| 45 | 45 | |
| 46 | +Another example, [kennethreitz's autoenv](autoenv). Just a bundle command away. | |
| 47 | + | |
| 48 | + antigen-bundle kennethreitz/autoenv | |
| 49 | + | |
| 50 | +And boom! you have all the autoenv goodness. Just remember how you used to do | |
| 51 | +these before antigen, clone it, modify your bashrc to source it, load a new | |
| 52 | +terminal, all just to test it out. Duh! | |
| 53 | + | |
| 46 | 54 | The side effect of this is that you can tell antigen to grab just about anything |
| 47 | 55 | from anyone's `dotfiles` repo, as long as it is in a directory under any repo on |
| 48 | 56 | github. |
| ... | ... | @@ -351,6 +359,7 @@ Any comments/suggestions/feedback welcome. Please join the discussion on the |
| 351 | 359 | [Vundle]: https://github.com/gmarik/vundle |
| 352 | 360 | [page on themes]: https://github.com/robbyrussell/oh-my-zsh/wiki/Themes |
| 353 | 361 | [syntax highlighting plugin]: https://github.com/zsh-users/zsh-syntax-highlighting |
| 362 | +[autoenv]: https://github.com/kennethreitz/autoenv | |
| 354 | 363 | [oh-my-zsh]: https://github.com/robbyrussell/oh-my-zsh |
| 355 | 364 | [issue]: https://github.com/sharat87/antigen/issues |
| 356 | 365 | [license]: http://mit.sharats.me |