Skip to content

Alacritty

Windows

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

Example of config file

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

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