Begin moving away from org file

This commit is contained in:
Ian Keane 2026-07-30 00:08:34 -04:00
parent e038b8c08c
commit 5f5a3c04ea
13 changed files with 346 additions and 219 deletions

View file

@ -0,0 +1,9 @@
local wezterm = require 'wezterm'
local config = {}
config.color_scheme = 'OceanicNext (base16)'
config.font = wezterm.font 'FiraCode Nerd Font Mono'
config.font_size = 12
config.enable_tab_bar = false
return config