Skip to content

jladdy/oh-my-zsh-chef

This branch is up to date with shingara/oh-my-zsh-chef:master.

Repository files navigation

Description

It's a chef recipe

Install zsh package and use the oh-my-zsh plugin to configure zsh

You can define it by configure like :

[:oh_my_zsh][:users] = [{
  :login => 'shingara',
  :theme => 'rachel',
  :plugins => ['gem', 'git', 'rails3', 'redis-cli', 'ruby'],
  :home => '/home/shingara' # optional
}]

note: if home not specified, the recipe will looking for home in /etc/passwd, but this not working for new created users. [see #4]

If you are behind firewall or proxy, also configure this :

[:oh_my_zsh][:repository] = "https://github.com/robbyrussell/oh-my-zsh.git"

About

A chef recipe to install oh-my-zsh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 55.7%
  • HTML 44.3%