Uzaaft / wezterm

my wezterm configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wezterm

My wezterm configuration

Installation

brew tap wez/wezterm
brew install --cask wez/wezterm/wezterm-nightly
git clone git@github.com:abzcoding/wezterm.git ~/.config/wezterm

Fonts

Note

If you don't want multiple themes, just comment this part

-- Reload the configuration every ten minutes
wezterm.time.call_after(600, function()
  wezterm.reload_configuration()
end)

and change this line

	color_scheme = get_theme(),

to

	color_scheme = "tokyonight_night",

About

my wezterm configuration


Languages

Language:Lua 100.0%