Initial Commit

This commit is contained in:
Lorenzo Good 2025-05-16 18:11:06 -05:00
commit d18f18fc29
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0
28 changed files with 1415 additions and 0 deletions

View file

@ -0,0 +1,12 @@
return {
color_scheme = 'gbox',
enable_tab_bar = false,
font_size = 10.0,
-- font = wezterm.font('ComicShanns Mono Nerd Font'),
keys = {
{
key = "F11",
action = wezterm.action.ToggleFullScreen,
},
},
}