This website requires JavaScript.
Explore
Help
Sign In
hannes
/
dotfiles
Watch
1
Star
1
Fork
0
You've already forked dotfiles
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
b1db300ae8dccef6f831092e4851d3f10412354f
dotfiles
/
bin
/
pacman-remove-orphans
3 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add pacman orphan remove script
2024-04-27 16:25:17 +02:00
#!/usr/bin/env sh
Fix interactivity in pacman script
2024-05-27 12:43:01 +02:00
pacman -Qtdq | xargs --open-tty --no-run-if-empty sudo pacman -Rns
Reference in New Issue
Copy Permalink