for x in `find "$PWD/base" -mindepth 1 -maxdepth 1`; do
ln -vwis "$x" "$HOME/`basename $x`"
done
+for x in `find "$PWD/xdg" -mindepth 1 -maxdepth 1`; do
+ ln -vwis "$x" "${XDG_CONFIG_HOME:-$HOME/.config}/`basename $x`"
+done
touch "$HOME/.hushlogin"
#FreeBSD tries `_secure_path' on `.login_conf' before reaading the database,