mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
10 lines
262 B
TOML
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
|
|
"""
|