Files
zenbones-theme/lua/zenbones/shipwright/runners/alacritty.lua

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
217 B
Lua
Raw Normal View History

2021-11-05 14:43:28 +08:00
run(
{ specs, p, term },
transform.colorscheme_to_term_colors,
contrib.alacritty,
{ prepend, "# This file is auto-generated by shipwright.nvim", },
{ overwrite, string.format("extras/alacritty/%s.yml", name) }
)