Commit fbf7e37c38e1dc7f30416188da2d87274efb4abd

Authored by Anthony M. Cook
1 parent 60a843102d

Adding explanation for theme command and generic git repos

[Fixes #68]

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

... ... @@ -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