From: ds6 Date: Fri, 1 Dec 2017 00:56:11 +0000 (-0600) Subject: fixed .config not being added X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/commitdiff_plain/805ce2dc310cbcecdbc642155feee964b5db8d2d?hp=41760db8990add0db63f73d4f2796294273490b6 fixed .config not being added --- diff --git a/install.sh b/install.sh index 0befa7c..4ced505 100755 --- a/install.sh +++ b/install.sh @@ -6,6 +6,9 @@ chmod go= base/.zshenv base/.Xresources 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,