Commit 08e06125df978a8b9ebe5a6ab2c292de0389739e
1 parent
6e2c0fbd62
Add link to the examples page to README.
Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff
README.mkd
| ... | ... | @@ -120,6 +120,8 @@ Open your zsh with this zshrc and you should see all the bundles you defined |
| 120 | 120 | here, getting installed. Once its done, you are ready to roll. The complete |
| 121 | 121 | syntax for the `antigen-bundle` command is discussed further down on this page. |
| 122 | 122 | |
| 123 | +You can find more examples in the wiki: [Antigen in the wild][wild]. | |
| 124 | + | |
| 123 | 125 | ## Motivation |
| 124 | 126 | |
| 125 | 127 | If you use zsh and [oh-my-zsh][], you know that having many different plugins |
| ... | ... | @@ -587,6 +589,7 @@ Any comments/suggestions/feedback welcome. Please say hello to me |
| 587 | 589 | |
| 588 | 590 | [Vundle]: https://github.com/gmarik/vundle |
| 589 | 591 | [page on themes]: https://github.com/robbyrussell/oh-my-zsh/wiki/Themes |
| 592 | +[wild]: https://github.com/zsh-users/antigen/wiki/In-the-wild | |
| 590 | 593 | [syntax highlighting plugin]: https://github.com/zsh-users/zsh-syntax-highlighting |
| 591 | 594 | [autoenv]: https://github.com/kennethreitz/autoenv |
| 592 | 595 | [f-autoenv]: https://github.com/sharat87/autoenv |