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.tomlExample 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
shellto the terminal target you actually use, for examplepwsh.exe,bash.exe, or a WSL launcher. - Keep Windows paths escaped with
\\inside TOML strings.