Skip to content

Instantly share code, notes, and snippets.

@anegoda1995
Last active March 9, 2025 13:00
Show Gist options
  • Save anegoda1995/4127e03f9210075eed1ca335b801e921 to your computer and use it in GitHub Desktop.
Save anegoda1995/4127e03f9210075eed1ca335b801e921 to your computer and use it in GitHub Desktop.
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