feat(wezterm): initial commit

The initial release of the rootiest-wezterm config

BREAKING CHANGE: First Commit!
This commit is contained in:
2024-08-16 14:50:01 -04:00
commit 35ec6f0de6
13 changed files with 517 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
-- ╭─────────────────────────────────────────────────────────╮
-- │ WINDOW │
-- ╰─────────────────────────────────────────────────────────╯
return {
-- Set the initial size
initial_cols = 180,
initial_rows = 38,
-- Set the window padding
window_padding = {
left = 0,
right = 0,
top = 10,
bottom = 0,
},
-- Set the animation framerate
animation_fps = 120,
}