add wezterm config file
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
local wezterm = require("wezterm")
|
||||||
|
local config = {
|
||||||
|
color_scheme = "Nord",
|
||||||
|
-- font = wezterm.font("JetBrainsMono"),
|
||||||
|
font_size = 11,
|
||||||
|
}
|
||||||
|
|
||||||
|
return config
|
||||||
Reference in New Issue
Block a user