# # Cookbook Name:: utils # Recipe:: colors # # Fixes the home and end keys in Mac OS X. # Chef::Log.info("Fixing home and end keys in Mac OS X") directory "#{ENV['HOME']}/Library/KeyBindings" do action :create end cookbook_file "#{ENV['HOME']}/Library/KeyBindings/DefaultKeyBinding.dict" do source "DefaultKeyBinding.dict" end