This website requires JavaScript.
Explore
Help
Sign In
fakeowl1
/
dotfiles
Watch
1
Star
1
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
91c55684e1
dotfiles
/
bin
/
clean-pacman-cache
5 lines
80 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
rm -rf ~/.cache/paru/clone
paru -Scc
sudo pacman -Rns
$(
pacman -Qtdq
)
Reference in New Issue
View Git Blame
Copy Permalink