vcs: Rename from git to support multiple vcs

This commit is contained in:
Marty Oehme 2024-09-18 17:25:12 +02:00
parent 1cce1a9a38
commit 4aec6b9ba3
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
7 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
# a development environment based on git and nvim. # a development environment based on git and nvim.
[base] [base]
depends = ["shell", "git", "nvim", "scripts", "ssh", "terminal", "bootstrap"] depends = ["shell", "vcs", "nvim", "scripts", "ssh", "terminal", "bootstrap"]
[bootstrap.files] [bootstrap.files]
"bootstrap/dotlink.sh" = "~/.config/sh/alias.d/dotlink.sh" "bootstrap/dotlink.sh" = "~/.config/sh/alias.d/dotlink.sh"
@ -13,9 +13,9 @@ depends = ["shell", "git", "nvim", "scripts", "ssh", "terminal", "bootstrap"]
"sh/README.md" = { target = "~/NOWHERE", type = "symbolic", if = "false" } "sh/README.md" = { target = "~/NOWHERE", type = "symbolic", if = "false" }
sh = "~" sh = "~"
[git.files] [vcs.files]
"git/README.md" = { target = "~/NOWHERE", type = "symbolic", if = "false" } "vcs/README.md" = { target = "~/NOWHERE", type = "symbolic", if = "false" }
git = "~" vcs = "~"
[nvim.files] [nvim.files]
"nvim/.config/nvim/spell/de.utf-8.add.spl" = { target = "~/.config/nvim/spell/de.utf-8.add.spl", type = "symbolic" } "nvim/.config/nvim/spell/de.utf-8.add.spl" = { target = "~/.config/nvim/spell/de.utf-8.add.spl", type = "symbolic" }