From f56ee64a475b3cc7e758bde4e501f1711788be64 Mon Sep 17 00:00:00 2001 From: Jeffrey Carpenter <1329364+i8degrees@users.noreply.github.com> Date: Fri, 30 Jan 2026 12:12:53 -0600 Subject: [PATCH] Update README.md with additional hyperlinks Add project hyperlinks for `delta` && `eza` --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 30dea51..6c9cc00 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,11 @@ make apply # Apply to installed apps | App | Location | |-----|----------| +| [eza][92] | `dist/eza/colors.sh` | +| fzf | `dist/fzf/colors.sh` | | Ghostty | `dist/ghostty/config` | +| [delta][91] | `dist/delta/config.gitconfig` | +| git | `dist/git/colors.gitconfig` | | Vim / Neovim | via tinty | | Sketchybar | `dist/sketchybar/colors.sh` | | JankyBorders | `dist/borders/bordersrc` | @@ -219,3 +223,6 @@ site/data/ # Palette JSON ## License MIT + +[91]: https://github.com/dandavison/delta +[92]: https://github.com/eza-community/eza