todo and configs
This commit is contained in:
parent
ac926b4011
commit
acae27684e
8 changed files with 37 additions and 28 deletions
|
|
@ -1,8 +1,9 @@
|
|||
return {
|
||||
local wezterm = require 'wezterm';
|
||||
local config = {
|
||||
font = wezterm.font 'FiraCode Nerd Font',
|
||||
color_scheme = "Dracula",
|
||||
warn_about_missing_glyphs = true,
|
||||
check_for_updates = false,
|
||||
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
}
|
||||
return config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue