This cookbook sets the default shell of the vagrant user to zsh.
This cookbook's default recipe assumes zsh is already installed. This can be done with the Opscode zsh cookbook.
none
Just include vagrant-zsh
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[vagrant-zsh]"
]
}
Authors: Kevin Yank [email protected]