Initial apps added (cutelog, nemo, ptpython, root-terminal)

This commit is contained in:
Dirk Alders 2025-07-15 00:18:35 +02:00
parent 689e032968
commit 874ad8f388
6 changed files with 23 additions and 0 deletions

12
.gitmodules vendored Normal file
View File

@ -0,0 +1,12 @@
[submodule "ptpython"]
path = ptpython
url = https://git.mount-mockery.de/dirk/ptpython.git
[submodule "starter"]
path = starter
url = https://git.mount-mockery.de/dirk/starter.git
[submodule "cutelog"]
path = cutelog
url = https://git.mount-mockery.de/dirk/cutelog.git
[submodule "nemo"]
path = nemo
url = https://git.mount-mockery.de/dirk/nemo.git

1
cutelog Submodule

@ -0,0 +1 @@
Subproject commit 11dd27c06c2fedca819eaf22ccec81ee8f0e75f9

1
nemo Submodule

@ -0,0 +1 @@
Subproject commit 6f43baa745ee0eeb7bf2caf894d6fc410d0330a3

1
ptpython Submodule

@ -0,0 +1 @@
Subproject commit 6657312cb2fadec8d53c9fcbefeda071bc215f69

7
reposinit Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
#
git submodule init
git submodule update
ineach -p --exclude .git,starter,nemo "./reposinit"

1
starter Submodule

@ -0,0 +1 @@
Subproject commit 9cdb48e5ad52a5065e591c6f1a32a76115483bd7