Skip to content

Instantly share code, notes, and snippets.

@SteelPh0enix
Created June 28, 2024 20:46
Show Gist options
  • Save SteelPh0enix/507ec39594680676d501a037b146d1b6 to your computer and use it in GitHub Desktop.
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 = 'cyberpunk'
config.default_prog = { 'pwsh.exe' }
config.font = wezterm.font 'MonaspiceKr Nerd Font'
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