Skip to content

Instantly share code, notes, and snippets.

@SteelPh0enix
Last active February 8, 2025 22:16
Show Gist options
  • Select an option

  • Save SteelPh0enix/507ec39594680676d501a037b146d1b6 to your computer and use it in GitHub Desktop.

Select an option

Save SteelPh0enix/507ec39594680676d501a037b146d1b6 to your computer and use it in GitHub Desktop.
My WezTerm config
local wezterm = require('wezterm')
local config = wezterm.config_builder()
config.color_scheme = 'Kanagawa (Gogh)'
config.default_prog = { 'pwsh.exe' }
config.font_size = 10.5
config.font = wezterm.font 'MonaspiceKr NF'
config.initial_cols = 120
config.initial_rows = 30
return config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment