added a note about this not working on windows

moveTools
Adam Veldhousen 2015-06-29 21:03:27 -05:00
parent f3746a36cf
commit 7ef31991ca
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ pushd ${dest} 2&> /dev/null
echo ""
echo "linking dotfiles from ${source} into ${dest}"
# ln doesn't want to work on my windows box, so I'm going to have to figure this out later
ls -lA "${source}" | grep "^-" | awk '{print $9}' | xargs -I file ln -fs "${source}/file" "${dest}/file"
if [[ -z "${dest}/.ssh" ]]; then
mkdir "${dest}/.ssh"