diff --git a/setup.sh b/setup.sh index ae880cb..04561a5 100755 --- a/setup.sh +++ b/setup.sh @@ -30,7 +30,7 @@ while read -r path; do continue fi - ln -fs "$(realpath "$path")" "$HOME/$path" + ln -fs "$(realpath "$HOME/$path")" "$HOME/$path" echo "[x] created symlink $path -> $HOME/$path" fi done