Skip to content

Instantly share code, notes, and snippets.

@karolyi
Created October 22, 2021 11:25
Show Gist options
  • Save karolyi/bb1a8d07448e9a2240840a2daa449515 to your computer and use it in GitHub Desktop.
Save karolyi/bb1a8d07448e9a2240840a2daa449515 to your computer and use it in GitHub Desktop.
pacman autoremove
#!/usr/bin/env sh
pacman -Rs $(pacman -Qtdq)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment