1
0
Fork 0
mirror of https://github.com/CompeyDev/dotfiles.git synced 2025-04-03 22:20:54 +01:00

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
Signed by: DevComp
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"