Created
January 12, 2026 13:50
-
-
Save edenir-anschau/ca760a8229176e0e1bdf0a79194f5bb0 to your computer and use it in GitHub Desktop.
wezterm initial 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") | |
| local config = {} | |
| config.hide_tab_bar_if_only_one_tab = true | |
| config.color_scheme = "Tokyo Night" | |
| config.font = wezterm.font("JetBrainsMono Nerd Font", { weight = "Medium" }) | |
| config.font_size = 14 | |
| return config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment