diff --git a/dot_config/wezterm/wezterm.lua b/dot_config/wezterm/wezterm.lua new file mode 100644 index 0000000..c4d35f8 --- /dev/null +++ b/dot_config/wezterm/wezterm.lua @@ -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", +}