install: drop helpers replaced by package-owned config

This commit is contained in:
Ryan Hughes
2026-06-04 18:35:01 -04:00
parent f451b504eb
commit 6056f8800c
13 changed files with 0 additions and 61 deletions
-1
View File
@@ -1 +0,0 @@
sudo systemctl daemon-reload
-2
View File
@@ -1,2 +0,0 @@
sudo gpgconf --kill dirmngr || true
sudo gpgconf --launch dirmngr || true
-11
View File
@@ -1,11 +0,0 @@
# Raise soft file descriptor limit from systemd's default of 1024 to 65536
# so dev tools (VS Code, Docker, dev servers, databases) get the headroom they need
sudo mkdir -p /etc/systemd/system.conf.d /etc/systemd/user.conf.d
sudo tee /etc/systemd/system.conf.d/99-omarchy-nofile.conf >/dev/null <<'EOF'
[Manager]
DefaultLimitNOFILE=65536:524288
EOF
sudo cp /etc/systemd/system.conf.d/99-omarchy-nofile.conf \
/etc/systemd/user.conf.d/99-omarchy-nofile.conf
-1
View File
@@ -1 +0,0 @@
sudo sysctl --system >/dev/null 2>&1
-2
View File
@@ -1,2 +0,0 @@
# Update localdb so that locate will find everything installed
sudo updatedb
-5
View File
@@ -1,5 +0,0 @@
# Remove the pre-rename legacy path on every run (idempotent vs the one-shot
# migration, which only fires once per user).
sudo rm -f /etc/udev/rules.d/99-power-profile.rules
sudo udevadm control --reload 2>/dev/null
sudo udevadm trigger --subsystem-match=power_supply 2>/dev/null
-5
View File
@@ -1,5 +0,0 @@
# Remove the pre-rename legacy path on every run (idempotent vs the one-shot
# migration, which only fires once per user).
sudo rm -f /etc/udev/rules.d/99-wifi-powersave.rules
sudo udevadm control --reload
sudo udevadm trigger --subsystem-match=power_supply