dotfiles/home/default/scripts/prune-free-space

7 lines
119 B
Plaintext
Raw Normal View History

2023-11-15 11:16:12 -05:00
#!/usr/bin/env sh
set -eoux pipefail
yay -Sc --noconfirm
2024-05-08 14:25:20 -04:00
sudo pacman -Sc --noconfirm
2023-11-15 11:16:12 -05:00
sudo journalctl --vacuum-size=1G