Skip to content

Instantly share code, notes, and snippets.

@dimm999
Created April 10, 2025 04:31
Show Gist options
  • Save dimm999/230f85a1f95bdff9a3f5c552526c5805 to your computer and use it in GitHub Desktop.
Save dimm999/230f85a1f95bdff9a3f5c552526c5805 to your computer and use it in GitHub Desktop.
Alacrity + WSL config
general.import = [
# uncomment the flavour you want below:
#"~/.config/alacritty/catppuccin-latte.toml"
# "~/.config/alacritty/catppuccin-frappe.toml"
# "~/.config/alacritty/catppuccin-macchiato.toml"
"catppuccin-mocha.toml"
]
[window]
#startup_mode = "Maximized"
[font]
normal.family = "RobotoMono Nerd Font"
bold.family = "JetBrainsMono Nerd Font"
italic.family = "JetBrainsMono Nerd Font"
bold_italic.family = "JetBrainsMono Nerd Font"
size = 14.0
[terminal]
shell.program = "C:\\Windows\\System32\\wsl.exe"
shell.args = ["-d", "Ubuntu", "--cd", "~"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment