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