2022-06-01 16:00:40 -04:00
|
|
|
local wezterm = require 'wezterm'
|
|
|
|
|
|
|
|
return {
|
|
|
|
-- font = wezterm.font("Operator Mono Book"),
|
|
|
|
font = wezterm.font("Fira Code"),
|
|
|
|
font_size = 18,
|
|
|
|
color_scheme = "iceberg-light",
|
2022-06-03 09:19:53 -04:00
|
|
|
default_prog = { "/usr/bin/env", "bash", "-l" },
|
2022-06-01 16:00:40 -04:00
|
|
|
}
|