Last active
March 9, 2025 13:00
-
-
Save anegoda1995/4127e03f9210075eed1ca335b801e921 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
orphan=$(pacman -Qdtq); [ -n "$orphan" ] && sudo pacman -Rns $orphan; sudo pacman -Scc --noconfirm; sudo rm -rf /tmp/*; sudo journalctl --vacuum-time=1d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment