- vim install
- create .vimrc at /home/your_user
- if you want to change .vimrc, you can change [./files/default/.vimrc]
nothing
- Ubuntu
nothing
Just include vim in your node's run_list:
{
"name":"my_node",
"run_list": [
"recipe[vim]"
]
}if you use vagrant, you must write Vagrantfile:
config.vm.provision :chef_solo do |chef|
chef.add_recipe "vim"
endnothing
Authors: tbpgr