This commit is contained in:
Stephan Raabe
2023-11-10 21:12:15 +00:00
parent eca6b8659a
commit ea2a6adbf0
137 changed files with 2941 additions and 4897 deletions
+11
View File
@@ -1,3 +1,14 @@
#!/bin/bash
# _
# ___| | ___ __ _ _ __ _ _ _ __
# / __| |/ _ \/ _` | '_ \ | | | | '_ \
# | (__| | __/ (_| | | | | | |_| | |_) |
# \___|_|\___|\__,_|_| |_| \__,_| .__/
# |_|
#
# by Stephan Raabe (2023)
# -----------------------------------------------------
yay -Scc
su -c 'pacman -Qtdq | pacman -Rns -'
su -c 'pacman -Qqd | pacman -Rsu -'