Skip to content

Commit

Permalink
feat: add new repository
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Aug 5, 2023
1 parent 44dc731 commit b4acc4f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/repositories.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand All @@ -43,4 +49,5 @@ main_brew() {

main() {
group_learning
group_nice_to_have
}

0 comments on commit b4acc4f

Please sign in to comment.