add minimal wezterm configuration
parent
8fbf618627
commit
4edb3e5653
|
@ -0,0 +1,8 @@
|
|||
local wezterm = require 'wezterm'
|
||||
|
||||
return {
|
||||
-- font = wezterm.font("Operator Mono Book"),
|
||||
font = wezterm.font("Fira Code"),
|
||||
font_size = 18,
|
||||
color_scheme = "iceberg-light",
|
||||
}
|
Loading…
Reference in New Issue