Skip to content

gladykov/clean-eos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

clean-eos

Clean script for EndevourOS for those using paru

10 GB of free space for Endevour OS is a lie. 100 GB is more close to the truth. Because Spotify + Browser + Pacman / Paru / Yay Cache will eat 30 GB easily.

Right now cleans:

  • orphaned packages
  • uninstalled packages from cache
  • go cache
  • rust cache
  • npm cache
  • yarn cache
  • pnpm cache
  • spotify cache
  • coredumps
  • journalctl (active and archived)
  • docker (dangling docker images and volumes (without used images))

To run: Download clean-eos.sh , open terminal and run:

chmod +x clean-eos.sh
./clean-eos.sh

Useful commands

To see what else eats your disk: pacman -Qmq | xargs expac -t '%Y-%m-%d' '%b %m %n' | sort | column -tN "Date,Size,Name"

To see what eats your disk: use program filelight

About

Clean script for EndevourOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages