Skip to content

Instantly share code, notes, and snippets.

@navin-mohan
Created April 9, 2018 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save navin-mohan/c334586b08a321728d4d944aa2fc0f57 to your computer and use it in GitHub Desktop.
Save navin-mohan/c334586b08a321728d4d944aa2fc0f57 to your computer and use it in GitHub Desktop.
Setup TLP
#!/bin/bash
sudo pacman -S tlp --noconfirm
sudo systemctl enable tlp.service
sudo systemctl enable tlp-sleep.service
sudo systemctl mask systemd-rfkill.service
sudo systemctl mask systemd-rfkill.socket
sudo systemctl start tlp.service
sudo systemctl start tlp-sleep.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment