Skip to content

Commit

Permalink
fix(apps): resolve deprecated Grammarly, move telegram-desktop =>…
Browse files Browse the repository at this point in the history
… `telegram`
  • Loading branch information
Avivbens committed May 4, 2024
1 parent 5676cb5 commit fdc0312
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/commands/install/config/apps-groups/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const APPS: Readonly<IAppSetup[]> = [
name: 'Grammarly',
group: 'apps',
default: true,
commands: () => [BREW_CASK('grammarly')],
commands: () => [BREW_CASK('grammarly-desktop')],
},
{
name: 'Cleanshot',
Expand Down Expand Up @@ -150,11 +150,11 @@ export const APPS: Readonly<IAppSetup[]> = [
fallbackCommands: () => [BROW_CASK('whatsapp')],
},
{
name: 'Telegram Desktop',
name: 'Telegram',
group: 'apps',
tags: ['personal'],
commands: () => [BREW_CASK('telegram-desktop')],
fallbackCommands: () => [BROW_CASK('telegram-desktop')],
commands: () => [BREW_CASK('telegram')],
fallbackCommands: () => [BROW_CASK('telegram')],
},
{
name: 'Dash',
Expand Down

0 comments on commit fdc0312

Please sign in to comment.