Provides a simple definition for installing zsh for specific users
- git
- zsh
This will install zsh and prezto for a given user:
include_recipe 'zprezto-user'
zprezto_user 'username' do
action :install
end
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)
Make a pull request
Authors: Primoz Verdnik