From 874ad8f388c91c570952c48932063b65ec6b3d3a Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Tue, 15 Jul 2025 00:18:35 +0200 Subject: [PATCH] Initial apps added (cutelog, nemo, ptpython, root-terminal) --- .gitmodules | 12 ++++++++++++ cutelog | 1 + nemo | 1 + ptpython | 1 + reposinit | 7 +++++++ starter | 1 + 6 files changed, 23 insertions(+) create mode 100644 .gitmodules create mode 160000 cutelog create mode 160000 nemo create mode 160000 ptpython create mode 100755 reposinit create mode 160000 starter diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7b01e5a --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/cutelog b/cutelog new file mode 160000 index 0000000..11dd27c --- /dev/null +++ b/cutelog @@ -0,0 +1 @@ +Subproject commit 11dd27c06c2fedca819eaf22ccec81ee8f0e75f9 diff --git a/nemo b/nemo new file mode 160000 index 0000000..6f43baa --- /dev/null +++ b/nemo @@ -0,0 +1 @@ +Subproject commit 6f43baa745ee0eeb7bf2caf894d6fc410d0330a3 diff --git a/ptpython b/ptpython new file mode 160000 index 0000000..6657312 --- /dev/null +++ b/ptpython @@ -0,0 +1 @@ +Subproject commit 6657312cb2fadec8d53c9fcbefeda071bc215f69 diff --git a/reposinit b/reposinit new file mode 100755 index 0000000..e050280 --- /dev/null +++ b/reposinit @@ -0,0 +1,7 @@ +#!/bin/bash +# +git submodule init +git submodule update + +ineach -p --exclude .git,starter,nemo "./reposinit" + diff --git a/starter b/starter new file mode 160000 index 0000000..9cdb48e --- /dev/null +++ b/starter @@ -0,0 +1 @@ +Subproject commit 9cdb48e5ad52a5065e591c6f1a32a76115483bd7