Add wezterm config

This commit is contained in:
Tony Blyler 2023-01-08 22:50:00 -05:00
parent ca48830242
commit e01aec876e
No known key found for this signature in database

View file

@ -0,0 +1,11 @@
local wezterm = require 'wezterm';
return {
color_scheme = 'Gruvbox Dark',
font = wezterm.font('SauceCodePro Nerd Font Mono', {weight='Medium'}),
font_size = 12.0,
hide_tab_bar_if_only_one_tab = true,
scrollback_lines = 1000,
enable_scroll_bar = false,
window_background_opacity = 0.97,
}