Skip to content

Commit

Permalink
Add zap stanzas for several casks (#100217)
Browse files Browse the repository at this point in the history
* Add zap for amazon-workspaces

* Add zap for background-music

* Add zap for edex-ui

* Add zap for pennywise

* Add zap for vanilla

* Add zap for parsec
  • Loading branch information
muneebmahmed committed Feb 22, 2021
1 parent 666a41d commit 84499a3
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Casks/amazon-workspaces.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@
pkg "WorkSpaces.pkg"

uninstall pkgutil: "com.amazon.workspaces"

zap trash: [
"~/Library/Caches/com.amazon.workspaces",
"~/Library/Preferences/com.amazon.workspaces.plist",
"~/Library/Saved Application State/com.amazon.workspaces.savedState",
]
end
2 changes: 2 additions & 0 deletions Casks/background-music.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@
uninstall pkgutil: "com.bearisdriving.BGM",
quit: "com.bearisdriving.BGM.App",
launchctl: "com.bearisdriving.BGM.XPCHelper"

zap trash: "~/Library/Preferences/com.bearisdriving.BGM.App.plist"
end
6 changes: 6 additions & 0 deletions Casks/edex-ui.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@
homepage "https://github.com/GitSquared/edex-ui"

app "eDEX-UI.app"

zap trash: [
"~/Library/Application Support/eDEX-UI",
"~/Library/Saved Application State/com.edex.ui.savedState",
"~/Library/Preferences/com.edex.ui.plist",
]
end
2 changes: 2 additions & 0 deletions Casks/parsec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@

uninstall pkgutil: "tv.parsec.www",
quit: "tv.parsec.www"

zap trash: "~/.parsec"
end
7 changes: 7 additions & 0 deletions Casks/pennywise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@
homepage "https://github.com/kamranahmedse/pennywise"

app "Pennywise.app"

zap trash: [
"~/Library/Application Support/Pennywise",
"~/Library/Logs/Pennywise",
"~/Library/Preferences/info.kamranahmed.pennywise.plist",
"~/Library/Saved Application State/info.kamranahmed.pennywise.savedState",
]
end
5 changes: 5 additions & 0 deletions Casks/vanilla.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@
depends_on macos: ">= :sierra"

app "Vanilla.app"

zap trash: [
"~/Library/Application Support/Vanilla",
"~/Library/Preferences/net.matthewpalmer.Vanilla.plist",
]
end

0 comments on commit 84499a3

Please sign in to comment.