X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/03bc64c4e89dadccb97ce8d1e22477ab8b7210dc..12f46d4eb8a0843d403a7ee3fb342df68783773c:/install.sh 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,