Updating vue, changing font, adding pomo

This commit is contained in:
2025-12-10 10:39:37 +01:00
parent 44f4d1744f
commit 2287ac5467
10 changed files with 101 additions and 155 deletions

View File

@@ -44,11 +44,12 @@ return {
-----------
-- Fonts --
-----------
----------
--disable_default_key_bindings = true,
--line_height = 1,
font = wezterm.font("Fira Code Nerd Font"),
font = wezterm.font("JetBrains Mono", { weight = "Bold", italic = false }),
--font = wezterm.font("FiraCode Nerd Font", { weight = "Bold", italic = false }),
--https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/JetBrainsMono.zip
font = wezterm.font("JetBrainsMono NFM", { weight = "Bold", italic = false }),
font_size = 14.0,
-----------