Compare commits
18 Commits
9f4e4f96c4
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3af3598b75 | ||
|
|
a70d9b6649 | ||
|
|
079c781477 | ||
|
|
3c4cda541e | ||
|
|
f926718384 | ||
|
|
95c79ea004 | ||
|
|
731359199b | ||
|
|
17bda381cd | ||
|
|
75debc5582 | ||
|
|
4ad9986af3 | ||
|
|
6362296643 | ||
|
|
26d9b9b34c | ||
|
|
8a6276be37 | ||
|
|
c24fa49050 | ||
|
|
14590437b0 | ||
|
|
80e7a76b88 | ||
|
|
adb731b97b | ||
|
|
682f0edc1e |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.nobackup
|
||||
36
.gitmodules
vendored
36
.gitmodules
vendored
@@ -64,3 +64,39 @@
|
||||
[submodule "habitica-nativefier"]
|
||||
path = habitica-nativefier
|
||||
url = https://git.rust.cloud/harlequix/habitica-nativefier
|
||||
[submodule "nodejs-nativefier"]
|
||||
path = nodejs-nativefier
|
||||
url = https://aur.archlinux.org/nodejs-nativefier.git
|
||||
[submodule "code-features"]
|
||||
path = code-features
|
||||
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
|
||||
|
||||
@@ -32,3 +32,16 @@ members:
|
||||
- directory: focusmate-nativefier
|
||||
- directory: todoist-nativefier
|
||||
- directory: habitica-nativefier
|
||||
- directory: nodejs-nativefier
|
||||
- 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-features
Submodule
1
code-features
Submodule
Submodule code-features added at 5580b51369
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
nodejs-nativefier
Submodule
1
nodejs-nativefier
Submodule
Submodule nodejs-nativefier added at 15185725f3
1
slack
Submodule
1
slack
Submodule
Submodule slack added at 0bafce6aa4
4
tasks.py
4
tasks.py
@@ -14,13 +14,13 @@ 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}'")
|
||||
|
||||
@task
|
||||
def update(c):
|
||||
c.run("git pull && git submodule update --init")
|
||||
c.run("git pull && git submodule update --init --remote")
|
||||
|
||||
@task
|
||||
def addyaml(c, directory):
|
||||
|
||||
Submodule todoist-nativefier updated: b32e97dc89...ea1bd8b80f
1
zoom
Submodule
1
zoom
Submodule
Submodule zoom added at e06a331a21
Reference in New Issue
Block a user