This commit is contained in:
Thomas Sindt
2026-06-09 10:17:31 +02:00
parent 1e7744eab5
commit 2f422b4bfe
4 changed files with 36 additions and 0 deletions

5
bin/gi.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
git add *
git commit -m "checkin"
git push

BIN
bin/tree-sitter Executable file

Binary file not shown.

9
bin/upd.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
cd /home/tsindt/documents/Bibliothek/
git pull
cd /home/tsindt/documents/Notizen/
git pull
cd /home/tsindt/documents/Publikationen/
git pull
cd

22
sources.list Normal file
View File

@@ -0,0 +1,22 @@
#deb cdrom:[Debian GNU/Linux 13.5.0 _Trixie_ - Official amd64 NETINST with firmware 20260516-10:08]/ trixie contrib main non-free-firmware
deb http://deb.debian.org/debian/ trixie main non-free-firmware
deb-src http://deb.debian.org/debian/ trixie main non-free-firmware
deb http://security.debian.org/debian-security trixie-security main non-free-firmware
deb-src http://security.debian.org/debian-security trixie-security main non-free-firmware
deb http://deb.debian.org/debian/ trixie-backports main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian/ trixie-backports main contrib non-free non-free-firmware
# trixie-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
deb http://deb.debian.org/debian/ trixie-updates main non-free-firmware
deb-src http://deb.debian.org/debian/ trixie-updates main non-free-firmware
# This system was installed using removable media other than
# CD/DVD/BD (e.g. USB stick, SD card, ISO image file).
# The matching "deb cdrom" entries were disabled at the end
# of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.