Initial configuration

This commit is contained in:
Ethan Lane 2024-07-07 18:11:51 +01:00
commit 4802279787
28 changed files with 1890 additions and 0 deletions

View file

@ -0,0 +1,59 @@
env:
TERM: xterm-256color
window:
dimensions:
columns: 133
lines: 40
padding:
x: 6
y: 6
title: Alacritty
class:
instance: Alacritty
general: Alacritty
opacity: 1
scrolling:
history: 5000
font:
normal:
family: Hack
style: Regular
bold:
family: Hack
style: Bold
italic:
family: Hack
style: Italic
bold_italic:
family: Hack
style: Bold Italic
size: 11.0
offset:
x: 0
y: 1
draw_bold_text_with_bright_colors: true
key_bindings:
- { key: V, mods: Control|Shift, action: Paste }
- { key: C, mods: Control|Shift, action: Copy }
- { key: PageUp, mods: Shift, action: ScrollPageUp }
- { key: PageDown, mods: Shift, action: ScrollPageDown }
- { key: Home, mods: Shift, action: ScrollToTop }
- { key: End, mods: Shift, action: ScrollToBottom }
shell:
program: /bin/zsh

View file

@ -0,0 +1,3 @@
{
home.file."/home/vylpes/.config/alacritty/alacritty.yml".source = ./alacritty.yml;
}