Skip to content

Instantly share code, notes, and snippets.

@adam12
Created May 13, 2024 00:16
Show Gist options
  • Save adam12/93df832b970636bbe67ee32ad10b4857 to your computer and use it in GitHub Desktop.
Save adam12/93df832b970636bbe67ee32ad10b4857 to your computer and use it in GitHub Desktop.
Wezterm config
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