You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
598 B
19 lines
598 B
cask 'iterm2-nightly' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://www.iterm2.com/nightly/latest'
|
|
appcast 'https://iterm2.com/appcasts/nightly.xml',
|
|
checkpoint: '083908c06413f4aa9b12aa9945049401bf56e48e8755849c6a20d6b3288382f1'
|
|
name 'iTerm2'
|
|
homepage 'https://www.iterm2.com/'
|
|
|
|
app 'iTerm.app'
|
|
|
|
zap delete: [
|
|
'~/Library/Preferences/com.googlecode.iterm2.plist',
|
|
'~/Library/Caches/com.googlecode.iterm2',
|
|
'~/Library/Application Support/iTerm',
|
|
'~/Library/Application Support/iTerm2',
|
|
]
|
|
end
|
|
|