Skip to content

Instantly share code, notes, and snippets.

@S1M0N38
Created February 2, 2024 12:52
Show Gist options
  • Save S1M0N38/208b47a1763a67dc0ec803c865e3c145 to your computer and use it in GitHub Desktop.
Save S1M0N38/208b47a1763a67dc0ec803c865e3c145 to your computer and use it in GitHub Desktop.
Minimal Alacritty config
import = [
# uncomment the flavour you want below:
# "~/.config/alacritty/catppuccin-latte.toml"
# "~/.config/alacritty/catppuccin-frappe.toml"
"~/.config/alacritty/catppuccin-macchiato.toml"
# "~/.config/alacritty/catppuccin-mocha.toml"
]
[env]
TERM = "xterm-256color"
[window]
opacity = 0.9
padding = {x = 3, y = 3}
[font]
normal = {family = "Maple Mono SC NF", style="Regular"}
bold = {family = "Maple Mono SC NF", style="Bold"}
italic = {family = "Maple Mono SC NF", style="Italic"}
bold_italic = {family = "Maple Mono SC NF", style="BoldItalic"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment