Skip to content

Commit

Permalink
iterm2@nightly: migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanazamfirei committed Apr 29, 2024
1 parent 2fab1bf commit 4f2ab5a
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions Casks/i/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
cask "iterm2@nightly" do
# NOTE: "2" is not a version number, but an intrinsic part of the product name
version "3_5_20240426"
sha256 "15bb9f1d632157a2f33b7d8faa47015238c711b42607fdbe0c4446fc181fb6b7"

url "https://www.iterm2.com/nightly/iTerm2-#{version}-nightly.zip"
name "iTerm2"
desc "Terminal emulator as alternative to Apple's Terminal app"
homepage "https://www.iterm2.com/"

livecheck do
url "https://www.iterm2.com/nightly/latest"
strategy :header_match
end

conflicts_with cask: [
"iterm2",
"iterm2-beta",
"iterm2-legacy",
]
depends_on macos: ">= :catalina"

app "iTerm.app"

zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.googlecode.iterm2.sfl*",
"~/Library/Application Support/iTerm",
"~/Library/Application Support/iTerm2",
"~/Library/Caches/com.googlecode.iterm2",
"~/Library/Preferences/com.googlecode.iterm2.plist",
"~/Library/Saved Application State/com.googlecode.iterm2.savedState",
]
end

0 comments on commit 4f2ab5a

Please sign in to comment.