fedora-silverblue-dotdiles/config-files/Wezterm/.wezterm.lua
2024-08-25 15:23:37 +09:00

15 lines
264 B
Lua

-- Pull in the weztwerm API
local wezterm = require 'wezterm'
-- Config
local config = wezterm.config_builder()
-- Color Scheme
config.color_scheme = 'Everforest Dark Medium (Gogh)'
-- Font
config.font = wezterm.font 'JetBrainsMono Nerd Font'
--
return config