diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/wgetrc##template | 1 | ||||
-rwxr-xr-x | .config/yadm/bootstrap | 4 | ||||
-rwxr-xr-x | .config/yadm/install-arch | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/.config/wgetrc##template b/.config/wgetrc##template new file mode 100644 index 0000000..0a4a510 --- /dev/null +++ b/.config/wgetrc##template @@ -0,0 +1 @@ +hsts-file = {{ env.XDG_CACHE_HOME }}/wget-hsts diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 97c6a13..349476d 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -55,6 +55,10 @@ endtask endtask ) +begintask "create XDG user directories" +s xdg-user-dirs-update +endtask + cat << EOF bootstrap finished in $(finishtime)! diff --git a/.config/yadm/install-arch b/.config/yadm/install-arch index e546c92..94721c3 100755 --- a/.config/yadm/install-arch +++ b/.config/yadm/install-arch @@ -9,5 +9,5 @@ cd "$(dirname "$0")" # filter comments and pipe package name list to yay sed -e 's/#.*//g' -e 's/ //g' -e '/^$/d' packages-arch |\ - yay --noprogressbar --quiet --noconfirm --needed -S - + yay --noprogressbar --quiet --noconfirm --needed -Sy - |