Commit graph

1 commit

Author SHA1 Message Date
870f2fe63e
feat(wezterm): Add Wezterm config
This config does require the user to format their configuration in a
specific way:
```lua
local config = wezterm.config_builder()

-- config here...

return config
```

Since this is the format that the official documentation uses in
examples, most users probably follow suit. But worth pointing out
regardless.
2024-11-04 20:57:30 -08:00