vcs: Rename from git to support multiple vcs
This commit is contained in:
parent
1cce1a9a38
commit
4aec6b9ba3
7 changed files with 4 additions and 4 deletions
|
@ -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" }
|
||||||
|
|
Loading…
Reference in a new issue