Skip to content

Alacritty

Windows Portable Launch

Use --config-file when launching the portable build with a custom configuration:

bash
Alacritty-v0.13.2-portable.exe --config-file path-to-config\\alacritty.toml

Example Configuration

toml
# shell = "C:\\Program Files\\Git\\bin\\bash.exe"
shell = "ubuntu2404.exe"
working_directory = "D:\\example"

[font]
normal = { family = "UbuntuMono Nerd Font", style = "Regular" }

Notes:

  • Set shell to the terminal target you actually use, for example pwsh.exe, bash.exe, or a WSL launcher.
  • Keep Windows paths escaped with \\ inside TOML strings.