]> git.sev.monster Git - dotfiles.git/commitdiff
fixed .config not being added
authords6 <git@ds6.pw>
Fri, 1 Dec 2017 00:56:11 +0000 (18:56 -0600)
committersev <git@sev.monster>
Fri, 5 Apr 2024 20:44:51 +0000 (15:44 -0500)
install.sh

index 0befa7cabec525ff35dbdc5c7e4c5372b5b8578e..4ced505139eb124b152e5c1e7c872dd6f83b8a32 100755 (executable)
@@ -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,
This page took 0.033966 seconds and 4 git commands to generate.