From 853e6afde710c714832f403e7a89b9e5fbf83f26 Mon Sep 17 00:00:00 2001 From: Justin Krehel <39449589+krehel@users.noreply.github.com> Date: Fri, 1 Mar 2024 10:00:30 -0500 Subject: [PATCH] amethyst: update `zap` --- Casks/a/amethyst.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Casks/a/amethyst.rb b/Casks/a/amethyst.rb index 45e702f89e..f57cfef949 100644 --- a/Casks/a/amethyst.rb +++ b/Casks/a/amethyst.rb @@ -32,9 +32,11 @@ cask "amethyst" do app "Amethyst.app" zap trash: [ + "~/Library/Application Support/Amethyst", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.amethyst.amethyst.sfl*", "~/Library/Caches/com.amethyst.Amethyst", "~/Library/Cookies/com.amethyst.Amethyst.binarycookies", + "~/Library/HTTPStorages/com.amethyst.Amethyst", "~/Library/Preferences/com.amethyst.Amethyst.plist", ] end