homebrew-cask/Casks/terminus.rb

20 lines
751 B
Ruby

cask 'terminus' do
version '1.0.106'
sha256 '8952ab29f0cec4f00e894f0669ad2925ef7dac86455df87741c5334c56100c56'
# github.com/Eugeny/terminus was verified as official when first introduced to the cask
url "https://github.com/Eugeny/terminus/releases/download/v#{version}/terminus-#{version}-macos.zip"
appcast 'https://github.com/Eugeny/terminus/releases.atom'
name 'Terminus'
homepage 'https://eugeny.github.io/terminus/'
app 'Terminus.app'
zap trash: [
'~/Library/Application Support/terminus',
'~/Library/Preferences/org.terminus.helper.plist',
'~/Library/Preferences/org.terminus.plist',
'~/Library/Saved Application State/org.terminus.savedState',
]
end