feat(wezterm): initial commit
The initial release of the rootiest-wezterm config BREAKING CHANGE: First Commit!
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
-- __ __ ________
|
||||
-- / | _ / | / |
|
||||
-- $$ | / \ $$ | ______ ________$$$$$$$$/______ ______ _____ ____
|
||||
-- $$ |/$ \$$ | / \ / | $$ | / \ / \ / \/ \
|
||||
-- $$ /$$$ $$ |/$$$$$$ |$$$$$$$$/ $$ |/$$$$$$ |/$$$$$$ |$$$$$$ $$$$ |
|
||||
-- $$ $$/$$ $$ |$$ $$ | / $$/ $$ |$$ $$ |$$ | $$/ $$ | $$ | $$ |
|
||||
-- $$$$/ $$$$ |$$$$$$$$/ /$$$$/__ $$ |$$$$$$$$/ $$ | $$ | $$ | $$ |
|
||||
-- $$$/ $$$ |$$ |/$$ | $$ |$$ |$$ | $$ | $$ | $$ |
|
||||
-- $$/ $$/ $$$$$$$/ $$$$$$$$/ $$/ $$$$$$$/ $$/ $$/ $$/ $$/
|
||||
--------------------------------------------------------------------------------
|
||||
-- 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()
|
||||
|
||||
-- Return configuration
|
||||
return CONFIG
|
||||
Reference in New Issue
Block a user