Skip to content

Instantly share code, notes, and snippets.

@edenir-anschau
Created January 12, 2026 13:50
Show Gist options
  • Select an option

  • Save edenir-anschau/ca760a8229176e0e1bdf0a79194f5bb0 to your computer and use it in GitHub Desktop.

Select an option

Save edenir-anschau/ca760a8229176e0e1bdf0a79194f5bb0 to your computer and use it in GitHub Desktop.
wezterm initial config
local wezterm = require("wezterm")
local config = {}
config.hide_tab_bar_if_only_one_tab = true
config.color_scheme = "Tokyo Night"
config.font = wezterm.font("JetBrainsMono Nerd Font", { weight = "Medium" })
config.font_size = 14
return config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment