fix symlink command

This commit is contained in:
Erica Marigold 2024-04-07 16:53:25 +05:30 committed by GitHub
parent 07e5a61173
commit 170e472df5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ done
echo ""
echo "Symlinking configs for user: ${whoami}"
find * -exec "ln -s -f {} $HOME/{}" \;
find * -maxdepth 8 -exec "ln -s -f $HOME/{} {}" \;
echo ""
echo "##### ALL DONE"