You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
203 B

4 months ago
(local wezterm (require :wezterm))
5 months ago
(local config (wezterm.config_builder))
(tset config :enable_tab_bar false)
(tset config :font (wezterm.font "Source Code Pro"))
(tset config :font_size 13)
config
4 months ago