add minimal wezterm configuration

main
Andrew Coleman 2022-06-01 16:00:40 -04:00
parent 8fbf618627
commit 4edb3e5653
1 changed files with 8 additions and 0 deletions

View File

@ -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",
}