This commit is contained in:
Jaroslaw Konik 2025-04-18 12:37:07 +02:00
parent 7ca8731e30
commit e418928fa3
2 changed files with 8 additions and 6 deletions

View file

@ -1,6 +0,0 @@
font-family = FiraCode Nerd Font
theme = Kanagawa Dragon
mouse-hide-while-typing = true
minimum-contrast = 1.1
font-size = 14
command = /usr/local/bin/tmux

8
wezterm.lua Normal file
View file

@ -0,0 +1,8 @@
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