File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
257253
258254[91 ]: https://github.com/dandavison/delta
259255[92 ]: https://github.com/eza-community/eza
256+ [93 ]: https://github.com/junegunn/fzf
Original file line number Diff line number Diff 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
17131713MIT
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 )
You can’t perform that action at this time.
0 commit comments