redox/recipes/wip/dev/ide/astronvim/recipe.toml
2024-06-25 22:24:39 +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
"""