mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
Rebase: Created version v2, removed useless commits.
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# take all the cache and remove useless packages
|
||||
sudo pacman -Sc
|
||||
sudo pacman -Scc
|
||||
paccache -r
|
||||
sudo pacman -Rns $(pacman -Qtdq)
|
||||
|
||||
# list cache
|
||||
sudo du -sh ~/.cache/
|
||||
rm -rf ~/.cache/*
|
||||
Reference in New Issue
Block a user