Skip to content

Commit 76e5e8f

Browse files
committed
chore: add new pkgs in the pkglists & update the install script
1 parent f76885c commit 76e5e8f

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

chaos

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,11 +586,13 @@ sudo systemctl mask systemd-rfkill.service systemd-rfkill.socket || echo "ERROR:
586586
sudo systemctl mask tmp.mount || echo "ERROR: Failed to mask tmp.mount"
587587
systemctl enable --user pipewire.service psd.service p11-kit-server.service systemd-tmpfiles-clean.timer systemd-tmpfiles-setup.service gnome-keyring-daemon.service gcr-ssh-agent.service gpg-agent.service wireplumber.service || echo "ERROR: Failed to enable user level services"
588588
# sudo systemctl enable clamav-freshclam.service clamav-clamonacc.service clamav-daemon.socket || echo "ERROR: Failed to enable clamav"
589-
sudo systemctl enable set-cfs-tweaks.service || echo "ERROR: Failed to enable cfs tweaks"
589+
sudo systemctl enable set-cfs-tweaks.service || echo "ERROR: Failed to enable EEDVF cpu schedular tweaks"
590+
sudo systemctl enable set-pcie-latency.service || echo "ERROR: Failed to enable PCI-E latency tweaks"
590591
# sudo systemctl enable asd.service asd-resync.service asd-resync.timer || echo "ERROR: Failed to enable anything-sync-daemon"
591592
sudo systemctl enable irqbalance.service || echo "ERROR: Failed to enable irqbalance"
592593
sudo systemctl enable preload.service ||echo "ERROR: Failed to enable preload"
593594
sudo systemctl enable rtkit-daemon.service ||echo "ERROR: Failed to enable rtkit"
595+
sudo systemctl enable ananicy-cpp.service ||echo "ERROR: Failed to enable ananicy-cpp"
594596

595597
cd ~/chaos
596598
sudo mkdir -p ~/.config/systemd/user/ || "ERROR: Folder already exists"

pkglists/pacman.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ chaos-systemd-watchdog
8282
chaos-configs-git
8383
chaos-sysctl
8484
chaos-grub
85+
chaos-librewolf-settings
86+
chaos-pcie-latency-tweaks
8587
grub-theme-heisenberg-chemistry-git
8688
VVallpapers-git
8789
gtk-cyberpunk-neon-theme-git
@@ -132,3 +134,6 @@ zstd
132134
lrzip
133135
lzop
134136
lz4
137+
grub-customizer
138+
vifm
139+
ananicy-cpp

pkglists/paru.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ preload
2525
ente-auth-bin
2626
notesnook-bin
2727
onlyoffice-bin
28+
cfs-zen-tweaks
29+
librewolf-bin

0 commit comments

Comments
 (0)