Skip to content

Instantly share code, notes, and snippets.

@panekj
Created January 14, 2022 22:44
Show Gist options
  • Save panekj/91d30e566a0c49e89a6d9a1f99cff93d to your computer and use it in GitHub Desktop.
Save panekj/91d30e566a0c49e89a6d9a1f99cff93d to your computer and use it in GitHub Desktop.
local wezterm = require 'wezterm'
return {
ssh_domains = {
{
name = "altex",
remote_address = "altex",
username = "pj",
},
{
name = "birman",
remote_address = "birman",
username = "pj",
},
},
set_environment_variables={
TERMINFO_DIRS='/usr/share/terminfo'
},
term = "wezterm",
enable_wayland = true,
scrollback_lines = 100000,
font = wezterm.font_with_fallback({
"Iosevka Term",
"Iosevka",
{family="Twemoji Mozilla",font_size=24},
"Segoe UI Emoji",
}),
enable_tab_bar = false,
window_background_opacity = 0.7,
default_cursor_style = "BlinkingBar"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment