GitHunt
DR

drye/zprezto-user

A simple Chef definition for installing zprezto (zsh) support for users

Zprezto-user Cookbook

Provides a simple definition for installing zsh for specific users

Requirements

Packages

  • git
  • zsh

Usage

zprezto_user

This will install zsh and prezto for a given user:

include_recipe 'zprezto-user'

zprezto_user 'username' do
    action :install
end

Attributes

Default attributes:

node['zprezto-user']['repository']  # zprezto repository (default: https://github.com/sorin-ionescu/prezto.git) 
node['zprezto-user']['reference']   # zprezto repository reference revision sha1 (default: master) 

Contributing

Make a pull request

License and Authors

Authors: Primoz Verdnik

Languages

Ruby100.0%

Contributors

Created April 24, 2013
Updated March 4, 2014