Created
May 13, 2024 00:16
-
-
Save adam12/93df832b970636bbe67ee32ad10b4857 to your computer and use it in GitHub Desktop.
Wezterm config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local wezterm = require 'wezterm' | |
return { | |
color_scheme = 'Catppuccin Mocha', | |
use_fancy_tab_bar = false, | |
window_decorations = 'RESIZE', | |
font = wezterm.font 'JetBrains Mono', | |
font_size = 14, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment