configure wezterm
This commit is contained in:
parent
381dfbec4e
commit
a17529863f
14
Wezterm/.wezterm.lua
Normal file
14
Wezterm/.wezterm.lua
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
-- Pull in the weztwerm API
|
||||||
|
local wezterm = require 'wezterm'
|
||||||
|
|
||||||
|
-- Config
|
||||||
|
local config = wezterm.config_builder()
|
||||||
|
|
||||||
|
-- Color Scheme
|
||||||
|
config.color_scheme = 'Gruvbox dark, medium (base16)'
|
||||||
|
|
||||||
|
-- Font
|
||||||
|
config.font = wezterm.font 'JetBrainsMono Nerd Font'
|
||||||
|
|
||||||
|
--
|
||||||
|
return config
|
||||||
Loading…
Reference in New Issue
Block a user