Add installation scripts
This commit is contained in:
13
scripts/install-laptop.sh
Executable file
13
scripts/install-laptop.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
echo "==> Laptop power management"
|
||||
paru -S --needed \
|
||||
powertop \
|
||||
tlp \
|
||||
thermald
|
||||
|
||||
sudo systemctl enable --now tlp
|
||||
sudo systemctl enable --now tlp-sleep
|
||||
sudo systemctl enable --now thermald
|
||||
sudo tlp start
|
||||
Reference in New Issue
Block a user