Add Wezterm support

This commit is contained in:
2024-08-11 00:08:19 -04:00
parent bb0f8fc031
commit 1a4fd13f90
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
local wezterm = require('wezterm')
local config = wezterm.config_builder()
config.color_scheme = "Catppuccin Mocha"
config.font = wezterm.font('FiraCode Nerd Font Mono')
config.font_size = 16
return config