Hyprland-dotfiles/scripts/cleanup.sh

14 lines
315 B
Bash
Raw Normal View History

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