Clean all the cache downloads of Arch Linux Packages
pacman -Scc
Remove unused docker networks and images
docker system prune --all
Cleanup untracked git files that might be in .gitignore such as build and out directories (beware of losing data, use “n” instead of “f” for a dry run)
git clean -xdf
Do an aggresive pruning of objects in git (MIGHT BE VERY SLOW)
Clean all the cache downloads of Arch Linux Packages
Remove unused docker networks and images
Cleanup untracked git files that might be in .gitignore such as build and out directories (beware of losing data, use “n” instead of “f” for a dry run)
Do an aggresive pruning of objects in git (MIGHT BE VERY SLOW)
Remove old journal logs, keeping last seven days
Remove pip cache