Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 720 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 720 Bytes

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