Skip to content

Instantly share code, notes, and snippets.

@faimin
Created January 1, 2024 13:38
Show Gist options
  • Save faimin/a1d21f60765c94e0fe58e3166f23ea22 to your computer and use it in GitHub Desktop.
Save faimin/a1d21f60765c94e0fe58e3166f23ea22 to your computer and use it in GitHub Desktop.
wezterm.lua
-- 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