Skip to content

Commit af5c282

Browse files
committed
fix: replace deprecated tldr with tealdeer in presets
1 parent 2ec61f4 commit af5c282

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/docs/presets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Three curated starting points. Pick one, then customize it in the TUI before ins
2121

2222
CLI essentials. Fast and lightweight.
2323

24-
**CLI tools:** curl, wget, jq, yq, ripgrep, fd, bat, eza, fzf, zoxide, htop, btop, tree, tldr, gh, git-delta, lazygit, stow
24+
**CLI tools:** curl, wget, jq, yq, ripgrep, fd, bat, eza, fzf, zoxide, htop, btop, tree, tealdeer, gh, git-delta, lazygit, stow
2525

2626
**GUI apps:** Warp, Raycast, Maccy, Stats
2727

src/lib/presets.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const PRESET_PACKAGES: Record<string, PresetPackages> = {
2020
'htop',
2121
'btop',
2222
'tree',
23-
'tldr',
23+
'tealdeer',
2424
'gh',
2525
'git-delta',
2626
'lazygit',
@@ -43,7 +43,7 @@ export const PRESET_PACKAGES: Record<string, PresetPackages> = {
4343
'htop',
4444
'btop',
4545
'tree',
46-
'tldr',
46+
'tealdeer',
4747
'gh',
4848
'git-delta',
4949
'lazygit',
@@ -87,7 +87,7 @@ export const PRESET_PACKAGES: Record<string, PresetPackages> = {
8787
'htop',
8888
'btop',
8989
'tree',
90-
'tldr',
90+
'tealdeer',
9191
'gh',
9292
'git-delta',
9393
'lazygit',

0 commit comments

Comments
 (0)