This commit is contained in:
nnduc
2025-07-21 15:56:43 +07:00
commit 8a192fd4d2
26 changed files with 9791 additions and 0 deletions

28
alacritty/alacritty.yml Normal file
View File

@ -0,0 +1,28 @@
font:
normal:
family: 0xProto Nerd Font
#style: Regular
bold:
family: 0xProto Nerd Font
#style: Bold
# Italic font face
italic:
# value specified for the normal font.
family: 0xProto Nerd Font
#style: Italic
bold_italic:
family: 0xProto Nerd Font
#style: Bold Italic
# Point size
size: 13.0
window:
startup_mode: Maximized
key_bindings:
- {key: T, mods: Control|Shift, action: SpawnNewInstance}
- { key: PageUp, action: ScrollLineUp }
- { key: PageDown, action: ScrollLineDown }