From e5e88f344f66f3ae92bc880235bb2f90c8d43839 Mon Sep 17 00:00:00 2001 From: Michal Date: Sat, 3 Sep 2022 23:10:19 +0100 Subject: [PATCH] Create mlc.toml Signed-off-by: Michal --- mlc.toml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 mlc.toml diff --git a/mlc.toml b/mlc.toml new file mode 100644 index 0000000..26f0e22 --- /dev/null +++ b/mlc.toml @@ -0,0 +1,28 @@ +[base] +mode = "workspace" +smart_pull = true + +[mode.workspace] +git_info = true +colorblind = false + +[repositories] +repos = [ + "crs:amethyst", + "crs:branding", + "crs:caveman", + "crs:crystal-keyring", + "crs:grub-theme", + "crs:iso", + "crs:jade", + "crs:jade-gui", + "crs:malachite", + "crs:onyx", + "crs:site", + "crs:wallpapers", + "crs:pkg-warner", +] + +[repositories.urls] +crs = "ssh://git@github.com/crystal-linux/{}" +pkg = "ssh://git@github.com/crystal-linux/pkgbuild.{}"