Skip to content

Commit 1b1ae58

Browse files
fieldingclaude
andcommitted
Fix duplicate entries in README apps table
Keep friend's linked entries (eza, fzf, delta) and remove duplicates. Add fzf link reference. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8d7842b commit 1b1ae58

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,20 +179,16 @@ make apply # Apply to installed apps
179179
| App | Location |
180180
|-----|----------|
181181
| [eza][92] | `dist/eza/colors.sh` |
182-
| fzf | `dist/fzf/colors.sh` |
182+
| [fzf][93] | `dist/fzf/colors.sh` |
183183
| Ghostty | `dist/ghostty/config` |
184184
| [delta][91] | `dist/delta/config.gitconfig` |
185185
| git | `dist/git/colors.gitconfig` |
186186
| Vim / Neovim | via tinty |
187187
| Sketchybar | `dist/sketchybar/colors.sh` |
188188
| JankyBorders | `dist/borders/bordersrc` |
189189
| skhd | `dist/skhd/modes.sh` |
190-
| eza | `dist/eza/colors.sh` |
191-
| fzf | `dist/fzf/colors.sh` |
192190
| bat | `dist/bat/Human++.tmTheme` |
193191
| glow | `dist/glow/human-plus-plus.json` |
194-
| delta | `dist/delta/config.gitconfig` |
195-
| git | `dist/git/colors.gitconfig` |
196192

197193
### Git & Delta
198194

@@ -257,3 +253,4 @@ MIT
257253

258254
[91]: https://github.com/dandavison/delta
259255
[92]: https://github.com/eza-community/eza
256+
[93]: https://github.com/junegunn/fzf

tools/build.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,17 +1639,17 @@ def generate_readme(colors, meta):
16391639
16401640
| App | Location |
16411641
|-----|----------|
1642+
| [eza][92] | `dist/eza/colors.sh` |
1643+
| [fzf][93] | `dist/fzf/colors.sh` |
16421644
| Ghostty | `dist/ghostty/config` |
1645+
| [delta][91] | `dist/delta/config.gitconfig` |
1646+
| git | `dist/git/colors.gitconfig` |
16431647
| Vim / Neovim | via tinty |
16441648
| Sketchybar | `dist/sketchybar/colors.sh` |
16451649
| JankyBorders | `dist/borders/bordersrc` |
16461650
| skhd | `dist/skhd/modes.sh` |
1647-
| eza | `dist/eza/colors.sh` |
1648-
| fzf | `dist/fzf/colors.sh` |
16491651
| bat | `dist/bat/Human++.tmTheme` |
16501652
| glow | `dist/glow/human-plus-plus.json` |
1651-
| delta | `dist/delta/config.gitconfig` |
1652-
| git | `dist/git/colors.gitconfig` |
16531653
16541654
### Git & Delta
16551655
@@ -1711,6 +1711,10 @@ def generate_readme(colors, meta):
17111711
## License
17121712
17131713
MIT
1714+
1715+
[91]: https://github.com/dandavison/delta
1716+
[92]: https://github.com/eza-community/eza
1717+
[93]: https://github.com/junegunn/fzf
17141718
'''
17151719

17161720
(ROOT / "README.md").write_text(content)

0 commit comments

Comments
 (0)