pauldruziak / oh-my-zsh-chef

A chef recipe to install oh-my-zsh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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']
}]

About

A chef recipe to install oh-my-zsh


Languages

Language:Ruby 100.0%