From d0ef1d86e7b16abcdea8976c1278292526285fc4 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sun, 21 Apr 2024 12:57:11 -0700 Subject: [PATCH] Update .config/wezterm/wezterm.lua --- dot_config/wezterm/wezterm.lua.tmpl | 5 +++++ 1 file changed, 5 insertions(+) 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.