fix setup.sh link creation
This commit is contained in:
parent
1d5d1277a2
commit
61a01bf297
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
|
@ -30,7 +30,7 @@ while read -r path; do
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ln -fs "$(realpath "$path")" "$HOME/$path"
|
ln -fs "$(realpath "$HOME/$path")" "$HOME/$path"
|
||||||
echo "[x] created symlink $path -> $HOME/$path"
|
echo "[x] created symlink $path -> $HOME/$path"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue