Skip to content

Instantly share code, notes, and snippets.

@Sama-004
Created May 13, 2024 19:19
Show Gist options
  • Save Sama-004/6b265867587673a8e5673e21a858101f to your computer and use it in GitHub Desktop.
Save Sama-004/6b265867587673a8e5673e21a858101f to your computer and use it in GitHub Desktop.
import=[
# uncomment the flavour you want below:
#"~/.config/alacritty/catppucin/catppuccin-latte.yml"
"~/.config/alacritty//catppuccin-mocha.toml"
# "~/.config/alacritty/catppuccin-frappe.toml"
# "~/.config/alacritty/catppuccin-macchiato.toml"
# "~/.config/alacritty/catppuccin-mocha.toml"
]
# Configuration for Alacritty, the GPU enhanced terminal emulator.
# Import additional configuration files
#
# Imports are loaded in order, skipping all missing files, with the importing
# file being loaded last. If a field is already present in a previous import, it
# will be replaced.
[env]
TERM = "xterm-256color"
#
# All imports must either be absolute paths starting with `/`, or paths relative
# to the user's home directory starting with `~/`.
#import:
# - /path/to/alacritty.yml
#key_bindings:
# - { key: Key3, mods: Alt, chars: "#" }
# - { key: V, mods: Control, action: Paste }
[[keyboard.bindings]]
action = "Paste"
key = "V"
mods = "Control"
#[[keyboard.bindings]]
#chars = "#"
#key = "Key3"
#mods = "Alt"
[window]
padding = { x = 5, y = 5 }
class = { instance = "Alacritty" }
#general = "Alacritty"
#~/.config/alacritty/catppuccin/catppuccin-mocha.toml
#opacity = 0.7
# Startup Mode (changes require restart)
#startup_mode: Windowed
# Allow terminal applications to change Alacritty's window title.
#dynamic_title: true
[font]
normal = { family = "JetBrains Mono", style = "Regular" }
#[font.normal]
#family = "sans"
#style = "Regular"
# Other font configurations and color settings are omitted for brevity.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment