Hyprland-dotfiles/scripts/cleanup.sh

16 lines
325 B
Bash
Raw Permalink 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)
2024-03-26 08:27:58 -04:00
yay -Scc