added: zoom

This commit is contained in:
Sebastian Rust
2022-07-14 18:43:48 +02:00
parent 8a6276be37
commit 26d9b9b34c
4 changed files with 6 additions and 1 deletions
+3
View File
@@ -79,3 +79,6 @@
[submodule "code-marketplace"]
path = code-marketplace
url = https://aur.archlinux.org/code-marketplace.git
[submodule "zoom"]
path = zoom
url = https://aur.archlinux.org/zoom.git
+1
View File
@@ -37,3 +37,4 @@ members:
- directory: gtd-next
- directory: gtd-process
- directory: code-marketplace
- directory: zoom
+1 -1
View File
@@ -14,7 +14,7 @@ def add(c, url, name=None):
ending = url[pos:]
ending = ending.split(".")
name = ending[0]
c.run(f"git submodule add {url} {name}")
c.run(f"git submodule add --force {url} {name}")
addyaml(c, name)
c.run(f"git commit -am 'added: {name}'")
Submodule
+1
Submodule zoom added at e06a331a21