Add ghostty terminal emulator and opencode AI coding agent

- Add ghostty (GPU-accelerated terminal emulator) to casks
- Add opencode (AI coding agent for terminal) to formulas

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Andreas Düren
2026-01-10 16:21:06 -06:00
parent 5bc3c14f86
commit 4eda00bfd9
3 changed files with 6 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ install_homebrew
# Browsers # Browsers
brew install --cask eloston-chromium brew install --cask eloston-chromium
# Terminal
brew install --cask ghostty
# Communication # Communication
brew install --cask deepl brew install --cask deepl
brew install --cask element brew install --cask element

View File

@@ -21,6 +21,7 @@ brew tap domt4/autoupdate
# AI # AI
brew install gemini-cli brew install gemini-cli
brew install opencode
# Media # Media
brew install ffmpeg brew install ffmpeg

View File

@@ -107,6 +107,7 @@ FORMULAS=(
"pinentry-mac" # GPG pin entry (required for brew autoupdate --sudo) "pinentry-mac" # GPG pin entry (required for brew autoupdate --sudo)
"artginzburg/tap/sudo-touchid" # Touch ID for sudo "artginzburg/tap/sudo-touchid" # Touch ID for sudo
"gemini-cli" # Gemini AI CLI "gemini-cli" # Gemini AI CLI
"opencode" # AI coding agent
"ffmpeg" # Media processing "ffmpeg" # Media processing
"mas" # Mac App Store CLI "mas" # Mac App Store CLI
"mole" # SSH tunneling "mole" # SSH tunneling
@@ -138,6 +139,7 @@ CASKS=(
"proton-drive" # Proton Drive "proton-drive" # Proton Drive
"proton-mail" # Proton Mail "proton-mail" # Proton Mail
"protonvpn" # Proton VPN "protonvpn" # Proton VPN
"ghostty" # GPU-accelerated terminal emulator
"claude-code" # Claude AI coding assistant "claude-code" # Claude AI coding assistant
"codex" # AI coding assistant "codex" # AI coding assistant
"nova" # Nova editor "nova" # Nova editor