Commit b36de9bb3de2de5ba3f96a54c3dd8f1d070da139
1 parent
17f8e971e3
Add links in README and start plugin docs.
Showing 1 changed file with 9 additions and 2 deletions Side-by-side Diff
README.mkd
... | ... | @@ -24,7 +24,8 @@ Get and load antigen. |
24 | 24 | source antigen.zsh |
25 | 25 | |
26 | 26 | There. You now have all the antigen goodies. Let's try install some plugins. How |
27 | -about some color to start with. Get the syntax highlighting plugin by running | |
27 | +about some color to start with. Get the [syntax highlighting plugin][] by | |
28 | +running | |
28 | 29 | |
29 | 30 | antigen-bundle zsh-users/zsh-syntax-highlighting |
30 | 31 | |
... | ... | @@ -51,7 +52,7 @@ And themes? How would you like a fancy new prompt for yourself? |
51 | 52 | antigen-theme funky |
52 | 53 | |
53 | 54 | No? Not your taste? There are many themes available to you, check out the |
54 | -oh-my-zsh's page on themes. (You can currently only install themes from | |
55 | +oh-my-zsh's [page on themes][]. (You can currently only install themes from | |
55 | 56 | robbyrussell's, i.e., the canonical oh-my-zsh repo). |
56 | 57 | |
57 | 58 | Note: Many of those plugins and especially themes, assume you have the core |
... | ... | @@ -325,6 +326,10 @@ Defaults to `$HOME/.antigen`. |
325 | 326 | were used previously but are now removed. Please use `ADOTDIR` instead, as |
326 | 327 | mentioned above. |
327 | 328 | |
329 | +# Notes on writing plugins | |
330 | + | |
331 | +> *TBD* | |
332 | + | |
328 | 333 | # Meta |
329 | 334 | |
330 | 335 | Project is licensed with the [MIT License][license]. To contribute, just fork, |
... | ... | @@ -336,6 +341,8 @@ Any comments/suggestions/feedback welcome. Please join the discussion on the |
336 | 341 | [@sharat87](twitter). |
337 | 342 | |
338 | 343 | [Vundle]: https://github.com/gmarik/vundle |
344 | +[page on themes]: https://github.com/robbyrussell/oh-my-zsh/wiki/Themes | |
345 | +[syntax highlighting plugin]: https://github.com/zsh-users/zsh-syntax-highlighting | |
339 | 346 | [oh-my-zsh]: https://github.com/robbyrussell/oh-my-zsh |
340 | 347 | [issue]: https://github.com/sharat87/antigen/issues |
341 | 348 | [license]: http://mit.sharats.me |