enhence: add fastfetch config

This commit is contained in:
2024-05-10 17:02:55 -04:00
parent 6500fe1c1a
commit 075a5df837
3 changed files with 171 additions and 0 deletions

View File

@@ -35,4 +35,7 @@ fi
if [ -d ~/dotfiles-versions/$version/swappy ]; then
_installSymLink swappy ~/.config/swappy ~/dotfiles/swappy/ ~/.config
fi
if [ -d ~/dotfiles-versions/$version/fastfetch ]; then
_installSymLink fastfetch ~/.config/fastfetch ~/dotfiles/fastfetch/ ~/.config
fi
echo ":: Symbolic links created."