initial commit

This commit is contained in:
2025-10-14 12:29:46 +02:00
parent 0439bb0ff7
commit 903704e4d7
99 changed files with 8495 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
local wezterm = require('wezterm')
local config = wezterm.config_builder()
config.color_scheme = 'nightfox'
-- config.default_cwd = '~/.config'
config.window_decorations = 'NONE'
config.enable_tab_bar = false
config.default_prog = { 'fish' }
config.enable_wayland = false
config.front_end = 'WebGpu'
config.colors = {
background = 'rgba(43 48 59 50%)'
}
config.automatically_reload_config = false
return config