From 3760b9913501d3e86d9d7a3a4b106601a0f48a92 Mon Sep 17 00:00:00 2001 From: Aviv Ben Shahar Date: Wed, 5 Jun 2024 13:57:14 +0300 Subject: [PATCH] =?UTF-8?q?fix(apps):=20support=20`Macs=20Fan=20Control`?= =?UTF-8?q?=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/install/config/apps-groups/apps.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/commands/install/config/apps-groups/apps.ts b/src/commands/install/config/apps-groups/apps.ts index 46c06e6..652ef8d 100755 --- a/src/commands/install/config/apps-groups/apps.ts +++ b/src/commands/install/config/apps-groups/apps.ts @@ -148,6 +148,14 @@ export const APPS: Readonly = [ 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',