From 9721ee3b57304050f31bb591bc22d47d16ff2fcc Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 1 Sep 2022 06:00:56 -0500 Subject: [PATCH] add yartsu to soft-serve --- soft/config/soft-serve.config.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/soft/config/soft-serve.config.json b/soft/config/soft-serve.config.json index 4e19307..d5201ac 100644 --- a/soft/config/soft-serve.config.json +++ b/soft/config/soft-serve.config.json @@ -4,7 +4,14 @@ "dest": "./soft/data/repos" }, "repos": { - "src": ["dotfiles", "git-server", "monolisa-nerdfont-patch"], - "dest": ["config"] + "src": [ + "dotfiles", + "git-server", + "monolisa-nerdfont-patch", + "yartsu" + ], + "dest": [ + "config" + ] } }