Add dev-mode option

- Clean up multi-platform support
- Add dev-mode option to load local plugins automatically
This commit is contained in:
2024-10-01 11:46:03 -04:00
parent 442dc9ce3a
commit d80b364cc0
10 changed files with 26 additions and 719 deletions
-29
View File
@@ -1,29 +0,0 @@
-- ╭─────────────────────────────────────────────────────────╮
-- │ FONTS │
-- ╰─────────────────────────────────────────────────────────╯
local types = require("types")
return {
-- Terminal Font Size
font_size = 12.0,
-- Terminal Font
font = WEZTERM.font_with_fallback(types.rootiest_font),
-- Tab Font
window_frame = {
font = WEZTERM.font(types.win_font),
-- Tab Font Size
font_size = 10,
},
-- Cell Sizing
cell_width = 1.0,
line_height = 1.0,
-- ANSI Colors
bold_brightens_ansi_colors = "BrightAndBold",
-- FreeType Load Flags
freetype_load_flags = "DEFAULT",
-- FreeType Load Target
freetype_load_target = "Normal",
-- Default Cursor Shape
default_cursor_style = "BlinkingBar",
}