add tmux support close #7

This commit is contained in:
thuan
2021-09-06 16:36:12 +07:00
parent 4c67a9e2a1
commit bfaf299b7f
3 changed files with 57 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ local function write_template(path, template, values)
end
local function build()
local templates = { "vim", "kitty", "alacritty", "wezterm", "lualine", "lightline" }
local templates = { "vim", "kitty", "alacritty", "wezterm", "lualine", "lightline", "tmux" }
for _, t in ipairs(templates) do
write_template(unpack(require("zenbones.build." .. t)))
end