Skip to content

Commit 30eb10c

Browse files
committed
feat: update wezterm config
1 parent 722d082 commit 30eb10c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

chezmoi/dot_config/wezterm/wezterm.lua.tmpl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ config.colors = {
2525

2626
-- ### Config font ###
2727
-- Alternative font: Geist Mono/Fira Code/JetBrains Mono/MonoLisa/MesloLGS Nerd Font Mono/Maple Mono/Cartograph CF
28-
config.font = wezterm.font("Dank Mono")
2928
{{- if eq .chezmoi.os "darwin"}}
3029
config.font_size = 16.5
30+
config.font = wezterm.font("Dank Mono")
3131
{{ else if eq .chezmoi.os "linux"}}
32-
config.font_size = 14.5
32+
config.font_size = 12.5
33+
config.font = wezterm.font("TX-02")
3334
{{- end }}
3435

3536
-- https://wezfurlong.org/wezterm/config/lua/config/underline_thickness.html#underline_thickness

0 commit comments

Comments
 (0)