Created
January 1, 2024 13:38
-
-
Save faimin/a1d21f60765c94e0fe58e3166f23ea22 to your computer and use it in GitHub Desktop.
wezterm.lua
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- config path: '~/.config/wezterm/wezterm.lua' | |
local wezterm = require('wezterm') | |
local config = { | |
color_scheme = 'Shades of Purple (base16)', | |
font_size = 18, | |
font = wezterm.font_with_fallback({ | |
{ family = 'FiraCode Nerd Font', weight = 'Medium' }, | |
{ family = 'PingFang', weight = 'Regular' }, | |
}), | |
} | |
return config | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment