Skip to content

Instantly share code, notes, and snippets.

View eodomo's full-sized avatar

Eric Olerud eodomo

  • 21:24 (UTC -05:00)
View GitHub Profile
@eodomo
eodomo / .wezterm.lua
Created February 1, 2025 18:16
WezTerm config
-- Pull in the wezterm API
local wezterm = require("wezterm")
-- This will hold the configuration.
local config = wezterm.config_builder()
-- Specify configuration
config.color_scheme = "catppuccin-mocha"
config.default_prog = { "pwsh", "-NoLogo" }
config.launch_menu = {