Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/productivity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading