Last active
June 9, 2022 18:37
-
-
Save blurymind/a9fec2a26279f2055cbc1567d296f45e to your computer and use it in GitHub Desktop.
Free space on Arch linux/manjaro
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
#!/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