mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-18 08:54:34 +00:00
chore(config): wezterm font and config tweaks
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
@@ -1,12 +1,16 @@
|
|||||||
local wezterm = require 'wezterm'
|
local wezterm = require 'wezterm'
|
||||||
local config = wezterm.config_builder()
|
local config = wezterm.config_builder()
|
||||||
|
|
||||||
|
config.set_environment_variables = {
|
||||||
|
COLORTERM = 'truecolor',
|
||||||
|
}
|
||||||
|
|
||||||
-- Font and font size
|
-- Font and font size
|
||||||
config.font_size = 14.0
|
config.font_size = 14.0
|
||||||
config.font = wezterm.font_with_fallback {
|
config.font = wezterm.font_with_fallback {
|
||||||
{
|
{
|
||||||
family = 'Operator Mono',
|
family = 'Operator Mono',
|
||||||
weight = 'Light',
|
weight = 'Book',
|
||||||
},
|
},
|
||||||
'Operator Mono',
|
'Operator Mono',
|
||||||
'JetBrainsMonoNL NFM Light',
|
'JetBrainsMonoNL NFM Light',
|
||||||
|
|||||||
Reference in New Issue
Block a user