Initial commit

This commit is contained in:
2021-11-15 16:16:15 +01:00
commit f6a51c70cc
12 changed files with 1504 additions and 0 deletions

24
example.config.toml Normal file
View File

@@ -0,0 +1,24 @@
[[trees]]
root = "~/projects/"
[[trees.repos]]
name = "git-repo-manager"
[[trees.repos.remotes]]
name = "origin"
url = "https://code.hkoerber.de/hannes/git-repo-manager.git"
type = "https"
[[trees.repos.remotes]]
name = "github"
url = "https://github.com/hakoerber/git-repo-manager.git"
type = "https"
[[trees.repos]]
name = "dotfiles"
[[trees.repos.remotes]]
name = "origin"
url = "https://github.com/hakoerber/dotfiles.git"
type = "https"