diff --git a/dot_config/wezterm/wezterm.lua.tmpl b/dot_config/wezterm/wezterm.lua.tmpl index f41b511..f3df8cb 100644 --- a/dot_config/wezterm/wezterm.lua.tmpl +++ b/dot_config/wezterm/wezterm.lua.tmpl @@ -33,7 +33,12 @@ config.font = wezterm.font_with_fallback({ }, { family = "Apple Color Emoji" }, }) + +{{ if eq .chezmoi.hostname "mairley" -}} +config.font_size = 14.0 +{{ else -}} config.font_size = 11.0 +{{- end }} config.hyperlink_rules = { -- Linkify things that look like URLs and the host has a TLD name.