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
2 changes: 2 additions & 0 deletions nix-darwin/config/homebrew.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"paradigmxyz/brew"
"entireio/tap"
"manaflow-ai/cmux"
"open-pencil/tap"
"sst/tap"
"steipete/tap"
Comment on lines 21 to 26

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

To improve maintainability, it's best to keep this list of taps sorted alphabetically. This makes it easier to find taps and see what's already included. The section of the list in this change is not sorted.

      "entireio/tap"
      "manaflow-ai/cmux"
      "open-pencil/tap"
      "paradigmxyz/brew"
      "sst/tap"
      "steipete/tap"

];
Expand All @@ -44,6 +45,7 @@
"mactop"
"mas"
"mlx-lm"
"open-pencil"
"opencode"
"ollama"
Comment on lines 47 to 50

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

Similar to the taps list, this part of the brews list is not alphabetically sorted. To improve maintainability, please keep the list sorted. ollama should come before opencode and open-pencil.

      "mlx-lm"
      "ollama"
      "opencode"
      "open-pencil"

"pandoc"
Expand Down
Loading