Files
wezterm-config/wezterm.lua
T

32 lines
1.2 KiB
Lua

-- __ __ ________
-- / | _ / | / |
-- $$ | / \ $$ | ______ ________$$$$$$$$/______ ______ _____ ____
-- $$ |/$ \$$ | / \ / | $$ | / \ / \ / \/ \
-- $$ /$$$ $$ |/$$$$$$ |$$$$$$$$/ $$ |/$$$$$$ |/$$$$$$ |$$$$$$ $$$$ |
-- $$ $$/$$ $$ |$$ $$ | / $$/ $$ |$$ $$ |$$ | $$/ $$ | $$ | $$ |
-- $$$$/ $$$$ |$$$$$$$$/ /$$$$/__ $$ |$$$$$$$$/ $$ | $$ | $$ | $$ |
-- $$$/ $$$ |$$ |/$$ | $$ |$$ |$$ | $$ | $$ | $$ |
-- $$/ $$/ $$$$$$$/ $$$$$$$$/ $$/ $$$$$$$/ $$/ $$/ $$/ $$/
--------------------------------------------------------------------------------
-- https://github.com/wez/wezterm/
-- Load WezTerm module
WEZTERM = require("wezterm")
-- Load Config Builder
CONFIG = WEZTERM.config_builder()
-- Load Options
require("options").setup()
-- Load Plugins
require("plugins").setup()
--------- Update Plugins ----------
---Running this may cause slowdowns
-----------------------------------
--- WEZTERM.plugin.update_all() ---
-----------------------------------
-- Return configuration
return CONFIG