Commit 12d7c37e7c127e6df79e5e28c245f8b991d3687b
Merge pull request #71 from acook/patch-1
Adding explanation for theme command and generic git repos
Showing 1 changed file Side-by-side Diff
README.mkd
... | ... | @@ -415,6 +415,10 @@ For example, |
415 | 415 | Will pull the apple theme from the canonical oh-my-zsh repo. Also, note that the |
416 | 416 | `.zsh-theme` extension is not present. It can be given, its optional. |
417 | 417 | |
418 | +To get themes from arbitrary git repos (such as gists) use, | |
419 | + | |
420 | + antigen theme https://gist.github.com/3750104.git agnoster | |
421 | + | |
418 | 422 | You can use this command to change your theme on the fly in your shell. Go on, |
419 | 423 | try out a few themes in your shell before you set it in your `.zshrc`. |
420 | 424 |