Begin moving away from org file
This commit is contained in:
parent
e038b8c08c
commit
5f5a3c04ea
13 changed files with 346 additions and 219 deletions
9
config/wezterm/wezterm.lua
Normal file
9
config/wezterm/wezterm.lua
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue