added copying of modified fastfetch-compact for Arch

This commit is contained in:
JaKooLit
2025-01-06 14:21:15 +09:00
parent 4d783a270b
commit fbe4560a4a
6 changed files with 323 additions and 0 deletions

View File

@@ -264,6 +264,11 @@ fi
clear
# copy fastfetch config if arch.png is not present
if [ ! -f "$HOME/.config/fastfetch/arch.png" ]; then
cp -r assets/fastfetch "$HOME/.config/fastfetch"
fi
# final check essential packages if it is installed
execute_script "02-Final-Check.sh"