Hyprland-dotfiles/scripts/cleanup.sh
Stephan Raabe 222b23bb4c Updates
2024-01-11 16:03:36 +01:00

14 lines
315 B
Bash
Executable File

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