Implement changes proposed in #409

This commit is contained in:
nnyyxxxx 2024-09-15 22:32:57 -04:00
parent 4b3da30328
commit df71b2c5a0

View File

@ -16,6 +16,9 @@ setupFastfetch() {
else
echo "Fastfetch is already installed."
fi
}
setupFastfetchConfig() {
echo "Copy Fastfetch config files"
if [ -d "${HOME}/.config/fastfetch" ] && [ ! -d "${HOME}/.config/fastfetch-bak" ]; then
cp -r "${HOME}/.config/fastfetch" "${HOME}/.config/fastfetch-bak"
@ -27,3 +30,4 @@ setupFastfetch() {
checkEnv
checkEscalationTool
setupFastfetch
setupFastfetchConfig