Alacritty Terminal Configuration for Salchipapa.Dots
GPU-accelerated terminal with Solarized Osaka palette, IosevkaTerm NF at size 14, 0.75 opacity, blinking block cursor, and xterm-256color TERM variable.
Use this file to discover all available pages before exploring further.
Alacritty is the GPU-accelerated terminal emulator option in Salchipapa.Dots. Its configuration lives at SalchipapaAlacritty/alacritty.toml and is symlinked into ~/.config/alacritty by the installer, keeping the entire setup declarative and version-controlled. The config is intentionally lean — font, window, cursor, and color palette only — letting Alacritty’s defaults handle everything else while keeping startup time near-instant.
Without the terminfo entry, some terminal escape sequences used by Neovim (undercurl, true italic, etc.) may not render correctly. The extra/alacritty.info file ships with the Alacritty source. See the Alacritty installation guide for details.
3
Install IosevkaTerm NF
The font must be installed on the host OS (Windows-side for WSL2) before Alacritty will find it.
Download IosevkaTerm Nerd Font from nerdfonts.com. On WSL2, install the font on the Windows host so Alacritty (which renders natively on Windows) can discover it.
The option_as_alt = "Both" setting maps the macOS Option key as the Alt modifier on both sides of the keyboard, which is required for many Neovim keybinds (<M-…>) when running on macOS.
Setting TERM to xterm-256color ensures maximum compatibility with terminal tools that probe for color capability. If you install the Alacritty terminfo entry (step 2 above), you can change this to alacritty for the full feature set.
A second, commented-out palette called Gentleman Theme is preserved in alacritty.toml as a fallback. Swap the active [colors.*] blocks with the ones below to use it: