Skip to content
Merged
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
1 change: 1 addition & 0 deletions nix-darwin/config/homebrew.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"ollama-app"
"opencode-desktop"
"raycast"
"repobar"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Good job placing repobar in the correct alphabetical position. For better long-term maintainability, it's a good practice to keep these package lists alphabetically sorted. This improves readability and helps prevent duplicate entries.

I noticed that both the casks and brews lists are not fully sorted. For example, in casks, claude-code is out of place, and in brews, ollama appears after opencode.

Sorting these lists would be a valuable improvement for the codebase. This could be done in this PR or a follow-up.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Medium

Verify that 'repobar' is the correct cask name in Homebrew. The actual cask name might be 'reemsystems/repobar/repobar' or similar if it's from a custom tap. You can verify this with brew search repobar. If a custom tap is required, it should be added to the taps section (lines 11-18).

Agent: 🏛 Architecture • Fix in Cursor • Fix in Claude

Prompt for Agent
Task: Address review feedback left on GitHub.
Repository: shunkakinoki/dotfiles#485
File: nix-darwin/config/homebrew.nix#L87
Action: Open this file location in your editor, inspect the highlighted code, and resolve the issue described below.

Feedback:
Verify that 'repobar' is the correct cask name in Homebrew. The actual cask name might be 'reemsystems/repobar/repobar' or similar if it's from a custom tap. You can verify this with `brew search repobar`. If a custom tap is required, it should be added to the `taps` section (lines 11-18).

"rescuetime"
"screen-studio"
"sf-symbols"
Expand Down
Loading