Skip to content

update(scripts): fixed bugs in installer. - #22

Merged
Tirthraj-Raval merged 1 commit into
mainfrom
install-script-ansi-png-rendering-fix
Jul 26, 2026
Merged

update(scripts): fixed bugs in installer.#22
Tirthraj-Raval merged 1 commit into
mainfrom
install-script-ansi-png-rendering-fix

Conversation

@Tirthraj-Raval

Copy link
Copy Markdown
Owner
  • Now supports proper fixed size ANSI art and new fastfetch configuration.

  • Explicit --logo-type per terminal instead of fastfetch's --logo-type auto. On macOS Ghostty, auto-detect silently picks file-raw and dumps raw PNG bytes to the terminal, even though Ghostty implements the kitty graphics protocol correctly. We already know the terminal family from our own detection, so pick the protocol ourselves:

    kitty / ghostty / wezterm -> kitty-direct
    iTerm2 -> iterm

Works identically on Linux and macOS.

- Now supports proper fixed size ANSI art and new fastfetch configuration.
- Explicit --logo-type per terminal instead of fastfetch's --logo-type
auto.  On macOS Ghostty, auto-detect silently picks file-raw and
dumps raw PNG bytes to the terminal, even though Ghostty implements
the kitty graphics protocol correctly.  We already know the terminal
family from our own detection, so pick the protocol ourselves:

  kitty / ghostty / wezterm  -> kitty-direct
  iTerm2                     -> iterm

Works identically on Linux and macOS.
@Tirthraj-Raval
Tirthraj-Raval merged commit 8ce6e7d into main Jul 26, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant