From df71b2c5a0e0d19285ccb383e4d81fcf5ea6da1b Mon Sep 17 00:00:00 2001 From: nnyyxxxx Date: Sun, 15 Sep 2024 22:32:57 -0400 Subject: [PATCH] Implement changes proposed in #409 --- tabs/applications-setup/fastfetch-setup.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tabs/applications-setup/fastfetch-setup.sh b/tabs/applications-setup/fastfetch-setup.sh index 6f3dcba7..9d68fb01 100644 --- a/tabs/applications-setup/fastfetch-setup.sh +++ b/tabs/applications-setup/fastfetch-setup.sh @@ -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" @@ -26,4 +29,5 @@ setupFastfetch() { checkEnv checkEscalationTool -setupFastfetch \ No newline at end of file +setupFastfetch +setupFastfetchConfig \ No newline at end of file