dotfiles/.config/wezterm/wezterm.lua

13 lines
273 B
Lua
Raw Normal View History

2023-06-03 13:28:59 +00:00
local wezterm = require 'wezterm'
local config = {}
colors, metadata = wezterm.color.load_scheme('/home/vtimofei/.config/wezterm/tokyonight_night.toml')
2023-06-09 10:21:36 +00:00
config.font = wezterm.font 'FiraCode Nerd Font'
2023-06-03 13:28:59 +00:00
config.enable_tab_bar = false
config.colors = colors
return config