Created
April 10, 2025 04:31
-
-
Save dimm999/230f85a1f95bdff9a3f5c552526c5805 to your computer and use it in GitHub Desktop.
Alacrity + WSL config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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