mirror of
https://github.com/CompeyDev/dotfiles.git
synced 2024-12-12 04:40:37 +00:00
fix symlink command
This commit is contained in:
parent
07e5a61173
commit
170e472df5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue