Skip to content

shingara/oh-my-zsh-chef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

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