diff --git a/Casks/k/keyboard-cowboy.rb b/Casks/k/keyboard-cowboy.rb new file mode 100644 index 0000000000..cc72c41800 --- /dev/null +++ b/Casks/k/keyboard-cowboy.rb @@ -0,0 +1,16 @@ +cask "keyboard-cowboy" do + version "3.20.2" + sha256 "90a9a09ce0c197e8489506dfc542c294013b5596befcf9cfca54ec8e909ccefe" + + url "https://github.com/zenangst/KeyboardCowboy/releases/download/#{version}/Keyboard.Cowboy.#{version}.dmg" + name "Keyboard Cowboy" + desc "Keyboard shortcut utility" + homepage "https://github.com/zenangst/KeyboardCowboy" + + auto_updates true + depends_on macos: ">= :ventura" + + app "Keyboard Cowboy.app" + + zap trash: "~/Library/Preferences/com.zenangst.Keyboard-Cowboy.plist" +end