Skip to content

Instantly share code, notes, and snippets.

@blurymind
Last active June 9, 2022 18:37
Show Gist options
  • Save blurymind/a9fec2a26279f2055cbc1567d296f45e to your computer and use it in GitHub Desktop.
Save blurymind/a9fec2a26279f2055cbc1567d296f45e to your computer and use it in GitHub Desktop.
Free space on Arch linux/manjaro
#!/bin/bash
pacman -Scc
pacman -Qdt
pacman -Rns $(pacman -Qtdq)
journalctl --vacuum-size=50M
# Clean yay cache
yay -Sc -a
#report lost
lostfiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment