add wezterm config file

This commit is contained in:
2024-12-10 15:43:30 -05:00
parent a0a0177cf9
commit b633f692f5
+8
View File
@@ -0,0 +1,8 @@
local wezterm = require("wezterm")
local config = {
color_scheme = "Nord",
-- font = wezterm.font("JetBrainsMono"),
font_size = 11,
}
return config