hyprland-dotfiles/scripts/cleanup.sh

14 lines
315 B
Bash
Raw Normal View History

2023-11-10 21:12:15 +00:00
#!/bin/bash
2024-01-11 15:03:36 +00:00
clear
cat <<"EOF"
____ _
/ ___| | ___ __ _ _ __ _ _ _ __
| | | |/ _ \/ _` | '_ \ | | | | '_ \
| |___| | __/ (_| | | | | | |_| | |_) |
\____|_|\___|\__,_|_| |_| \__,_| .__/
|_|
2023-11-10 21:12:15 +00:00
2024-01-11 15:03:36 +00:00
EOF
2023-05-12 12:19:19 +00:00
2024-01-11 15:03:36 +00:00
sudo pacman -Rns $(pacman -Qtdq)