7 Commits
Author SHA1 Message Date
LogalDeveloper 6441b0114d Added linting and package resolution Gitea Actions workflows.
CI / Linting (push) Successful in 4s
Audit / Package Resolution (push) Successful in 1m6s
2026-04-29 16:03:33 -04:00
LogalDeveloper 0aeb3163a5 Fixed wireshark group addition to only apply when wireshark is installed. 2026-01-18 13:58:20 -05:00
LogalDeveloper 543198e730 Added command logging and refactored execution helpers. 2026-01-18 10:08:57 -05:00
LogalDeveloper 14f7b610bb Migrated desktop environment from XFCE to KDE Plasma with simplified profiles.
- Replaced XFCE with KDE Plasma and SDDM display manager.
- Reduced profiles from seven to four (minimal, server, basic, office).
- Split home skeleton files into home-skel and home-skel-desktop directories.
- Added display name prompt during user setup.
- Added 7zip and fwupd to base packages.
2026-01-17 23:02:10 -05:00
LogalDeveloper 63833f6da3 Refactored profiles and package lists into centralized config files. 2026-01-17 12:16:40 -05:00
LogalDeveloper f6fe732b4b Refactored helpers to reduce duplication and improve naming.
- Renamed chroot_install/chroot_enable to chroot_pacman_install/chroot_systemd_enable.
- Made chroot_systemd_enable auto-print status, removing need for wrapper functions.
- Used generic prompt helpers instead of duplicating logic in specialized functions.
- Inlined and removed single-use wrapper functions throughout.
2026-01-17 10:58:37 -05:00
LogalDeveloper 6b70ce8a97 Refactored installer into modular library structure with improved error handling and logging.
The changes include:
- Split monolithic script into lib/, config/, profiles/, and files/ directories
- Added error handling with cleanup on failure
- Added installation logging to /var/log/arch-install.log
- Added username validation
2026-01-17 10:23:17 -05:00