Skip to content

Commit

Permalink
fix(apps): support Macs Fan Control 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed Jun 5, 2024
1 parent bbcf027 commit 3760b99
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/commands/install/config/apps-groups/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,14 @@ export const APPS: Readonly<IAppSetup[]> = [
openUrl: () => BREW_HOME('rocket', true),
commands: () => [BREW_CASK('rocket')],
},
{
name: 'Macs Fan Control',
description: 'Control fan speed and monitor temperatures',
group: 'apps',
openUrl: () => BREW_HOME('macs-fan-control', true),
commands: () => [BREW_CASK('macs-fan-control')],
fallbackCommands: () => [BROW_CASK('macs-fan-control')],
},
{
name: 'TinkerTool',
description: 'Access hidden system settings on macOS',
Expand Down

0 comments on commit 3760b99

Please sign in to comment.