redox/recipes/wip/dev/astronvim/recipe.toml
2024-02-21 23:52:20 +00:00

10 lines
262 B
TOML

#TODO move to the "tools" category
[source]
git = "https://github.com/AstroNvim/AstroNvim"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/home/user/.config/nvim
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/home/user/.config/nvim
"""