diff --git a/.dotter/global.toml b/.dotter/global.toml index 22633cd..0c4ad8a 100644 --- a/.dotter/global.toml +++ b/.dotter/global.toml @@ -4,7 +4,7 @@ # a development environment based on git and nvim. [base] -depends = ["shell", "git", "nvim", "scripts", "ssh", "terminal", "bootstrap"] +depends = ["shell", "vcs", "nvim", "scripts", "ssh", "terminal", "bootstrap"] [bootstrap.files] "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 = "~" -[git.files] -"git/README.md" = { target = "~/NOWHERE", type = "symbolic", if = "false" } -git = "~" +[vcs.files] +"vcs/README.md" = { target = "~/NOWHERE", type = "symbolic", if = "false" } +vcs = "~" [nvim.files] "nvim/.config/nvim/spell/de.utf-8.add.spl" = { target = "~/.config/nvim/spell/de.utf-8.add.spl", type = "symbolic" } diff --git a/git/.config/git/config b/vcs/.config/git/config similarity index 100% rename from git/.config/git/config rename to vcs/.config/git/config diff --git a/git/.config/git/ignore b/vcs/.config/git/ignore similarity index 100% rename from git/.config/git/ignore rename to vcs/.config/git/ignore diff --git a/git/.config/sh/alias.d/git.sh b/vcs/.config/sh/alias.d/git.sh similarity index 100% rename from git/.config/sh/alias.d/git.sh rename to vcs/.config/sh/alias.d/git.sh diff --git a/git/.config/zsh/completions/_gitignore b/vcs/.config/zsh/completions/_gitignore similarity index 100% rename from git/.config/zsh/completions/_gitignore rename to vcs/.config/zsh/completions/_gitignore diff --git a/git/.local/bin/gitignore b/vcs/.local/bin/gitignore similarity index 100% rename from git/.local/bin/gitignore rename to vcs/.local/bin/gitignore diff --git a/git/README.md b/vcs/README.md similarity index 100% rename from git/README.md rename to vcs/README.md