-
Notifications
You must be signed in to change notification settings - Fork 0
feat(homebrew): add repobar cask to homebrew configuration #485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -84,6 +84,7 @@ | |
| "ollama-app" | ||
| "opencode-desktop" | ||
| "raycast" | ||
| "repobar" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 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 Prompt for Agent |
||
| "rescuetime" | ||
| "screen-studio" | ||
| "sf-symbols" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job placing
repobarin 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
casksandbrewslists are not fully sorted. For example, incasks,claude-codeis out of place, and inbrews,ollamaappears afteropencode.Sorting these lists would be a valuable improvement for the codebase. This could be done in this PR or a follow-up.