[GH-ISSUE #77] Settings shows incorrect brew install command for CLI #75

Closed
opened 2026-03-03 16:43:24 +03:00 by kerem · 0 comments
Owner

Originally created by @nickustinov on GitHub (Feb 25, 2026).
Original GitHub issue: https://github.com/nickustinov/itsyhome-macos/issues/77

Issue

The Settings window (Webhooks/CLI section) shows the command:

brew install itsyhome

But this fails with "No available formula with the name 'itsyhome'".

Expected

The correct command should be:

brew install nickustinov/tap/itsyhome

User Impact

Users trying to install the CLI from the instructions in Settings get an error and can't install the CLI.

Environment

Reported on macOS 15.6.1, Homebrew 5.0.15

Fix

Update the brew install command in Settings → Webhooks/CLI to show the correct tap path.

Originally created by @nickustinov on GitHub (Feb 25, 2026). Original GitHub issue: https://github.com/nickustinov/itsyhome-macos/issues/77 ## Issue The Settings window (Webhooks/CLI section) shows the command: ``` brew install itsyhome ``` But this fails with "No available formula with the name 'itsyhome'". ## Expected The correct command should be: ``` brew install nickustinov/tap/itsyhome ``` ## User Impact Users trying to install the CLI from the instructions in Settings get an error and can't install the CLI. ## Environment Reported on macOS 15.6.1, Homebrew 5.0.15 ## Fix Update the brew install command in Settings → Webhooks/CLI to show the correct tap path.
kerem 2026-03-03 16:43:24 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/itsyhome-macos#75
No description provided.