cookbook 'oh-my-zsh', '= 0.4.3'
oh-my-zsh (7) Versions 0.4.3 Follow16
Installs/Configures oh-my-zsh
cookbook 'oh-my-zsh', '= 0.4.3', :supermarket
knife supermarket install oh-my-zsh
knife supermarket download oh-my-zsh
= DESCRIPTION:
A cookbook that installs and configures oh-my-zsh!
https://github.com/robbyrussell/oh-my-zsh
= REQUIREMENTS:
== Platform:
Tested on Ubuntu 10.04, but should work on most Debian and Red Hat derivatives.
== Cookbooks:
Depends on users, git and zsh.
= ATTRIBUTES:
* +ohmyzsh[:theme]+ sets the default oh-my-zsh theme.
= USAGE:
Any user data bag item with a shell set to zsh will have this recipe applied.
Per-user themes are set by including an +oh-my-zsh-theme+ entry in a user data bag item.
The default recipe clones a copy of the git repository in each home directory once.
The "shared" recipe clones a single copy, links from each home directory
and syncs it each time chef runs.