bin
This commit is contained in:
5
bin/gi.sh
Executable file
5
bin/gi.sh
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
git add *
|
||||||
|
git commit -m "checkin"
|
||||||
|
git push
|
||||||
BIN
bin/tree-sitter
Executable file
BIN
bin/tree-sitter
Executable file
Binary file not shown.
9
bin/upd.sh
Executable file
9
bin/upd.sh
Executable 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
22
sources.list
Normal 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.
|
||||||
Reference in New Issue
Block a user