Trim over-commented Chunk 3+/4 work

A pass over the install scripts, dev-tools commands, and Hyprland Lua
files that I had stuffed with explain-everything preambles. Most of
those rationales (which files ship where, why hyprctl setenv doesn't
suffice, etc.) belong in commit messages or PR descriptions, not in
code people have to read forever. Kept the few comments that document
genuinely non-obvious behaviour: the keybind-env reason for hl.env in
envs.lua, why the runtime PAM seds stay scripted in
increase-lockout-limit, the chroot/--now distinction in chroot.sh, and
the dev-pkg-test split-install reason.
This commit is contained in:
Ryan Hughes
2026-06-04 18:34:35 -04:00
parent ea54e25bba
commit b887d18b84
20 changed files with 35 additions and 111 deletions
-4
View File
@@ -1,7 +1,3 @@
# Docker config files ship via omarchy-settings. This script only handles
# runtime side: reload systemd-resolved so the new drop-in takes effect and
# add the current user to the docker group. docker.socket enable lives in
# install/config/enable-services.sh.
sudo systemctl restart systemd-resolved
sudo usermod -aG docker ${USER}
sudo systemctl daemon-reload