Compare commits
12 Commits
8a6276be37
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3af3598b75 | ||
|
|
a70d9b6649 | ||
|
|
079c781477 | ||
|
|
3c4cda541e | ||
|
|
f926718384 | ||
|
|
95c79ea004 | ||
|
|
731359199b | ||
|
|
17bda381cd | ||
|
|
75debc5582 | ||
|
|
4ad9986af3 | ||
|
|
6362296643 | ||
|
|
26d9b9b34c |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.nobackup
|
||||
21
.gitmodules
vendored
21
.gitmodules
vendored
@@ -79,3 +79,24 @@
|
||||
[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
|
||||
[submodule "slack"]
|
||||
path = slack
|
||||
url = https://aur.archlinux.org/slack.git
|
||||
[submodule "latte-dock-git"]
|
||||
path = latte-dock-git
|
||||
url = https://aur.archlinux.org/latte-dock-git.git
|
||||
[submodule "firefox-extension-plasma-integration"]
|
||||
path = firefox-extension-plasma-integration
|
||||
url = https://aur.archlinux.org/firefox-extension-plasma-integration.git
|
||||
[submodule "cruft"]
|
||||
path = cruft
|
||||
url = https://aur.archlinux.org/cruft.git
|
||||
[submodule "dynalist-desktop"]
|
||||
path = dynalist-desktop
|
||||
url = https://aur.archlinux.org/dynalist-desktop.git
|
||||
[submodule "miniconda3"]
|
||||
path = miniconda3
|
||||
url = https://aur.archlinux.org/miniconda3.git
|
||||
|
||||
@@ -37,3 +37,11 @@ members:
|
||||
- directory: gtd-next
|
||||
- directory: gtd-process
|
||||
- directory: code-marketplace
|
||||
- directory: zoom
|
||||
- directory: slack
|
||||
- directory: latte-dock-git
|
||||
- directory: firefox-extension-plasma-integration
|
||||
- directory: cruft
|
||||
- directory: dynalist-desktop
|
||||
- directory: miniconda3
|
||||
- directory: snapraid
|
||||
|
||||
1
cruft
Submodule
1
cruft
Submodule
Submodule cruft added at 2f96eddfcf
1
dynalist-desktop
Submodule
1
dynalist-desktop
Submodule
Submodule dynalist-desktop added at 139b5c89fb
1
firefox-extension-plasma-integration
Submodule
1
firefox-extension-plasma-integration
Submodule
Submodule firefox-extension-plasma-integration added at 6b3c47b90e
Submodule focusmate-nativefier updated: f33b70e458...d712bfa7b3
1
latte-dock-git
Submodule
1
latte-dock-git
Submodule
Submodule latte-dock-git added at 04661a3512
1
miniconda3
Submodule
1
miniconda3
Submodule
Submodule miniconda3 added at a032fd9088
1
slack
Submodule
1
slack
Submodule
Submodule slack added at 0bafce6aa4
2
tasks.py
2
tasks.py
@@ -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 todoist-nativefier updated: b32e97dc89...ea1bd8b80f
1
zoom
Submodule
1
zoom
Submodule
Submodule zoom added at e06a331a21
Reference in New Issue
Block a user