From b4acc4f04f4e3657fd009553daf9893dd561cf37 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Sat, 5 Aug 2023 14:47:17 -0400 Subject: [PATCH] feat: add new repository --- scripts/repositories.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/repositories.sh b/scripts/repositories.sh index 2e3cc5afa..3efaa866a 100644 --- a/scripts/repositories.sh +++ b/scripts/repositories.sh @@ -33,6 +33,12 @@ group_learning() { from_github "rlabbe/Kalman-and-Bayesian-Filters-in-Python" } +group_nice_to_have() { + group "learn new things from github" + + from_github "nats-io/k8s" +} + main_pacman() { return 0 } @@ -43,4 +49,5 @@ main_brew() { main() { group_learning + group_nice_to_have }