From 5708e68727be6b2a8d19969e27f4c40844c006ad Mon Sep 17 00:00:00 2001 From: Garret Patten Date: Wed, 13 May 2026 12:32:54 -0400 Subject: [PATCH] Install Google Gemini via productivity script and document in README Co-authored-by: Cursor --- README.md | 2 +- src/scripts/productivity.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0f09a1..c4a80b6 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ Brave Browser, DuckDuckGo, Spotify, VLC ### Productivity (`productivity.sh`) -- **Homebrew casks**: Balena Etcher, Notion, Proton Drive, Proton Mail, Standard Notes, Zoom +- **Homebrew casks**: Balena Etcher, Google Gemini (desktop), Notion, Proton Drive, Proton Mail, Standard Notes, Zoom - **Homebrew formula**: Raycast ### Development (`dev.sh`) diff --git a/src/scripts/productivity.sh b/src/scripts/productivity.sh index 8034819..dc14c64 100755 --- a/src/scripts/productivity.sh +++ b/src/scripts/productivity.sh @@ -3,5 +3,5 @@ # shellcheck source=utils.sh source "$(dirname "$0")/utils.sh" -brew install --cask balenaetcher notion proton-drive proton-mail standard-notes zoom 2>>"$ERROR_LOG_FILE" || true +brew install --cask balenaetcher google-gemini notion proton-drive proton-mail standard-notes zoom 2>>"$ERROR_LOG_FILE" || true brew install raycast 2>>"$ERROR_LOG_FILE" || true