diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-01-17 23:48:27 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-01-17 23:48:27 +0200 |
| commit | dc8d9ff55dc58fe3478a34daad10984456d029ef (patch) | |
| tree | 003ad7c24e1adc50e7b4814c1393dd4e93a30d24 /.config/wezterm | |
| parent | 4f458cfecd32928e63f53c2844d756ebf2db31db (diff) | |
| download | dotfiles-dc8d9ff55dc58fe3478a34daad10984456d029ef.tar.gz dotfiles-dc8d9ff55dc58fe3478a34daad10984456d029ef.zip | |
Add wezterm
Diffstat (limited to '.config/wezterm')
| -rw-r--r-- | .config/wezterm/wezterm.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua new file mode 100644 index 0000000..904c9a8 --- /dev/null +++ b/.config/wezterm/wezterm.lua @@ -0,0 +1,11 @@ +local wezterm = require 'wezterm' +return { + font = wezterm.font 'JetBrains Mono', + --font = wezterm.font_with_fallback { + --}, + --font = wezterm.font 'Fira Code', + -- You can specify some parameters to influence the font selection; + -- for example, this selects a Bold, Italic font variant. + --font = wezterm.font('JetBrains Mono', { weight = 'Bold', italic = true }), + color_scheme = 'transparent', +} |
