"$LOCAL/bin" "$share/fonts" "$share/themes" "$share/icons" \
"$etc/gnupg" .ssh .termux \
-xdev -mindepth 1 -maxdepth 1 -type l -exec sh -c '
- r="$(realpath "{}")"
+ r="$(realpath "{}" 2>/dev/null)"
[ "${r#'"$SRC"'/}" != "$r" ] &&
'"$([ "${DOTFILES_TEST+x}" = x ] && echo 'echo +++ ')"'unlink "{}"' \;
done
;;
fonts)
- find "$y" -mindepth 1 -maxdepth 2 -type d | while read -r x; do
+ find "$y" -mindepth 2 -maxdepth 2 -type d | while read -r x; do
command -v mkfontscale >$devnull 2>&1 && mkfontscale "$x"
command -v mkfontdir >$devnull 2>&1 && mkfontdir "$x"
[ "$(head -1 "$x/fonts.scale" >$devnull 2>&1)" = 0 ] &&