feat: update files

This commit is contained in:
2023-12-30 20:16:14 +01:00
parent 4e301a71c7
commit d2f9104fe4
11 changed files with 7813 additions and 121 deletions

View File

@@ -0,0 +1,14 @@
local wezterm = require("wezterm")
local config = {
font = wezterm.font("JetBrains Mono"),
enable_tab_bar = false,
display_pixel_geometry = "BGR",
freetype_load_target = "HorizontalLcd",
freetype_load_flags = "NO_HINTING",
freetype_render_target = "HorizontalLcd",
font_size = 13.0,
default_prog = { "/run/current-system/sw/bin/fish" },
}
return config