Skip to content

Chef cookbook that sets the default shell of the vagrant user to zsh.

Notifications You must be signed in to change notification settings

avalancheau/cookbook-vagrant-zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

vagrant-zsh Cookbook

This cookbook sets the default shell of the vagrant user to zsh.

Requirements

This cookbook's default recipe assumes zsh is already installed. This can be done with the Opscode zsh cookbook.

Attributes

none

Usage

vagrant-zsh::default

Just include vagrant-zsh in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[vagrant-zsh]"
  ]
}

License and Authors

Authors: Kevin Yank [email protected]

About

Chef cookbook that sets the default shell of the vagrant user to zsh.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages