Skip to content

Instantly share code, notes, and snippets.

View XhuyZ's full-sized avatar

XhuyZ XhuyZ

  • FPTU University HCMC
  • Ho Chi Minh City
View GitHub Profile
@XhuyZ
XhuyZ / .wezterm.lua
Last active February 3, 2025 11:31
XhuyZ Windows 11 configuration
local wezterm = require("wezterm")
local muz = wezterm.mux
local act = wezterm.action
local config = {}
-- if a new version, then use the new method
-- else then default to the above config = {}
if wezterm.config_builder then
config = wezterm.config_builder()