From 4eda00bfd97ead583c9a23e162f90ffa1bb4b9d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20D=C3=BCren?= Date: Sat, 10 Jan 2026 16:21:06 -0600 Subject: [PATCH] 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 --- bin/install_homebrew_casks | 3 +++ bin/install_homebrew_formulas | 1 + install.sh | 2 ++ 3 files changed, 6 insertions(+) diff --git a/bin/install_homebrew_casks b/bin/install_homebrew_casks index a1075fa..a8ec521 100755 --- a/bin/install_homebrew_casks +++ b/bin/install_homebrew_casks @@ -13,6 +13,9 @@ install_homebrew # Browsers brew install --cask eloston-chromium +# Terminal +brew install --cask ghostty + # Communication brew install --cask deepl brew install --cask element diff --git a/bin/install_homebrew_formulas b/bin/install_homebrew_formulas index 5e6f278..bd11c38 100755 --- a/bin/install_homebrew_formulas +++ b/bin/install_homebrew_formulas @@ -21,6 +21,7 @@ brew tap domt4/autoupdate # AI brew install gemini-cli +brew install opencode # Media brew install ffmpeg diff --git a/install.sh b/install.sh index 0f0effe..f0c924a 100755 --- a/install.sh +++ b/install.sh @@ -107,6 +107,7 @@ FORMULAS=( "pinentry-mac" # GPG pin entry (required for brew autoupdate --sudo) "artginzburg/tap/sudo-touchid" # Touch ID for sudo "gemini-cli" # Gemini AI CLI + "opencode" # AI coding agent "ffmpeg" # Media processing "mas" # Mac App Store CLI "mole" # SSH tunneling @@ -138,6 +139,7 @@ CASKS=( "proton-drive" # Proton Drive "proton-mail" # Proton Mail "protonvpn" # Proton VPN + "ghostty" # GPU-accelerated terminal emulator "claude-code" # Claude AI coding assistant "codex" # AI coding assistant "nova" # Nova editor