|
@@ -13,7 +13,7 @@ else
|
|
fi
|
|
fi
|
|
|
|
|
|
printf "Copying config files in home directory '%s':\n" "${HOME}"
|
|
printf "Copying config files in home directory '%s':\n" "${HOME}"
|
|
-find "${DOTFILES_DIR}" -maxdepth 1 -mindepth 1 | \
|
|
|
|
|
|
+find "${DOTFILES_DIR}" -maxdepth 1 -mindepth 1 | \
|
|
while read d ; do
|
|
while read d ; do
|
|
printf "\t'%s' -> '%s/%s' ... " "${d}" "${HOME}" "$(basename "${d}")"
|
|
printf "\t'%s' -> '%s/%s' ... " "${d}" "${HOME}" "$(basename "${d}")"
|
|
if mv -f "${d}" "${HOME}" >/dev/null 2>&1 ; then
|
|
if mv -f "${d}" "${HOME}" >/dev/null 2>&1 ; then
|