hypr-dotfiles/scripts/cleanup.sh
2024-03-01 20:33:39 +08:00

14 lines
315 B
Bash
Executable File

#!/bin/bash
clear
cat <<"EOF"
____ _
/ ___| | ___ __ _ _ __ _ _ _ __
| | | |/ _ \/ _` | '_ \ | | | | '_ \
| |___| | __/ (_| | | | | | |_| | |_) |
\____|_|\___|\__,_|_| |_| \__,_| .__/
|_|
EOF
sudo pacman -Rns $(pacman -Qtdq)