workspace/arch-root/_install/custom/laptop.sh.yrz.am.sh
2025-01-06 08:29:28 +00:00

18 lines
349 B
Bash

#!/bin/bash
# hardware
install intel-media-driver intel-ucode mesa sof-firmware
# brightness
install brightnessctl
file_has_line "/etc/profile" "export FEAT_BRIGHTNESS=brightnessctl"
# power
install tlp
systemctl enable tlp --now
cp_chown custom/laptop-tlp.conf /etc/tlp.conf root:root 644
systemctl restart tlp
# apps
install libreoffice-still