You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
local wezterm = require("wezterm")
|
|
return {
|
|
color_scheme = "Gruvbox dark, medium (base16)",
|
|
font = wezterm.font("FiraCode Nerd Font Mono"),
|
|
font_size = 10.5,
|
|
enable_tab_bar = false, -- I use tmux
|
|
}
|