wezterm
This commit is contained in:
parent
b7bfcbeb7d
commit
2478bb7841
3 changed files with 16 additions and 13 deletions
8
users/tao/wezterm.lua
Normal file
8
users/tao/wezterm.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
local wezterm = require 'wezterm'
|
||||
return {
|
||||
font = wezterm.font 'FiraCode Nerd Font',
|
||||
color_scheme = "Dracula",
|
||||
warn_about_missing_glyphs = false,
|
||||
check_for_updates = false,
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue