chore: initialize project scaffold with meson build system, CI workflow, config, and source stubs

This commit is contained in:
2025-11-26 19:36:23 +00:00
commit 5083d42d45
34 changed files with 4594 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
[font]
family=JetBrains Mono
size=11
antialiasing=true
hinting=true
subpixel=true
scale=1.0
[theme]
name=Dracula
dark_mode=true
background_opacity=1.0
[terminal]
scrollback_lines=10000
scroll_on_output=false
scroll_on_keystroke=true
bold_is_bright=true
cursor_blink=true
cursor_shape=block
word_chars=-A-Za-z0-9,./?%&#:_=+@~
[bell]
audible=false
visual=true
[shell]
command=/bin/bash
login_shell=true
[shortcuts]
copy=<Ctrl><Shift>c
paste=<Ctrl><Shift>v
new-tab=<Ctrl><Shift>t
close-tab=<Ctrl><Shift>w
next-tab=<Ctrl>Page_Down
prev-tab=<Ctrl>Page_Up
zoom-in=<Ctrl>plus
zoom-out=<Ctrl>minus
zoom-reset=<Ctrl>0
fullscreen=F11