1 cask "kitty@nightly" do
5 url "https://github.com/kovidgoyal/kitty/releases/download/nightly/kitty-nightly.dmg"
7 desc "GPU-based terminal emulator"
8 homepage "https://github.com/kovidgoyal/kitty"
10 conflicts_with cask: "kitty"
11 depends_on macos: ">= :big_sur"
14 # shim script (https://github.com/Homebrew/homebrew-cask/issues/18809)
15 shimscript = "#{staged_path}/kitty.wrapper.sh"
16 binary shimscript, target: "kitty"
19 File.write shimscript, <<~EOS
21 exec '#{appdir}/kitty.app/Contents/MacOS/kitty' "$@"
27 "~/Library/Caches/kitty",
28 "~/Library/Preferences/kitty",
29 "~/Library/Preferences/net.kovidgoyal.kitty.plist",
30 "~/Library/Saved Application State/net.kovidgoyal.kitty.savedState",