Hyprland-dotfiles/scripts/cleanup.sh
Stephan Raabe 302069f938 Updates
2024-03-26 13:27:58 +01:00

16 lines
325 B
Bash
Executable File

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