dotfiles/wezterm.lua
2025-04-18 12:37:07 +02:00

8 lines
202 B
Lua

local wezterm = require 'wezterm'
local config = wezterm.config_builder()
config.default_prog = { '/usr/bin/tmux' }
config.color_scheme = 'Kanagawa (Gogh)'
config.enable_tab_bar = false
return config