Sha256: 7cf6650dc2152f7cdd63ace6c3b8ae361c68f73de91b8fff5e9f19d11b575b6e
Contents?: true
Size: 334 Bytes
Versions: 10
Compression:
Stored size: 334 Bytes
Contents
# # 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
Version data entries
10 entries across 10 versions & 1 rubygems