1
0
Fork 0

feat: add all configs

This commit is contained in:
Oliver Ladner 2025-10-05 14:14:45 +02:00
commit 0267199f6e
23 changed files with 1673 additions and 0 deletions

3
generate_systemd_enabled.sh Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
sudo systemctl list-unit-files --state=enabled > systemd_enabled.txt
systemctl list-unit-files --user --state=enabled > systemd_enabled_user.txt