Compare commits

...

2 Commits

Author SHA1 Message Date
Daylin Morgan 03b1b3ad95 add task.mk to soft-serve 2022-09-05 18:59:08 -05:00
Daylin Morgan 9721ee3b57 add yartsu to soft-serve 2022-09-01 06:00:56 -05:00
1 changed files with 10 additions and 2 deletions

View File

@ -4,7 +4,15 @@
"dest": "./soft/data/repos"
},
"repos": {
"src": ["dotfiles", "git-server", "monolisa-nerdfont-patch"],
"dest": ["config"]
"src": [
"dotfiles",
"git-server",
"monolisa-nerdfont-patch",
"yartsu",
"task.mk"
],
"dest": [
"config"
]
}
}