Compare commits
15 Commits
80e7a76b88
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3af3598b75 | ||
|
|
a70d9b6649 | ||
|
|
079c781477 | ||
|
|
3c4cda541e | ||
|
|
f926718384 | ||
|
|
95c79ea004 | ||
|
|
731359199b | ||
|
|
17bda381cd | ||
|
|
75debc5582 | ||
|
|
4ad9986af3 | ||
|
|
6362296643 | ||
|
|
26d9b9b34c | ||
|
|
8a6276be37 | ||
|
|
c24fa49050 | ||
|
|
14590437b0 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.nobackup
|
||||||
30
.gitmodules
vendored
30
.gitmodules
vendored
@@ -70,3 +70,33 @@
|
|||||||
[submodule "code-features"]
|
[submodule "code-features"]
|
||||||
path = code-features
|
path = code-features
|
||||||
url = https://aur.archlinux.org/code-features.git
|
url = https://aur.archlinux.org/code-features.git
|
||||||
|
[submodule "gtd-next"]
|
||||||
|
path = gtd-next
|
||||||
|
url = https://git.rust.cloud/harlequix/gtd-next
|
||||||
|
[submodule "gtd-process"]
|
||||||
|
path = gtd-process
|
||||||
|
url = https://git.rust.cloud/harlequix/gtd-process
|
||||||
|
[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
|
||||||
|
|||||||
@@ -34,3 +34,14 @@ members:
|
|||||||
- directory: habitica-nativefier
|
- directory: habitica-nativefier
|
||||||
- directory: nodejs-nativefier
|
- directory: nodejs-nativefier
|
||||||
- directory: code-features
|
- directory: code-features
|
||||||
|
- 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
code-marketplace
Submodule
1
code-marketplace
Submodule
Submodule code-marketplace added at 6f5283f9c4
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
gtd-next
Submodule
1
gtd-next
Submodule
Submodule gtd-next added at 439413edf7
1
gtd-process
Submodule
1
gtd-process
Submodule
Submodule gtd-process added at e880f0a681
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 = url[pos:]
|
||||||
ending = ending.split(".")
|
ending = ending.split(".")
|
||||||
name = ending[0]
|
name = ending[0]
|
||||||
c.run(f"git submodule add {url} {name}")
|
c.run(f"git submodule add --force {url} {name}")
|
||||||
addyaml(c, name)
|
addyaml(c, name)
|
||||||
c.run(f"git commit -am 'added: {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