From e7f00aa7f8d5e6e62042ef011c9ed62517e59c60 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 11 Dec 2018 14:26:47 -0500 Subject: [PATCH] archlinux: Run xdg-user-dirs-update during bootstrap.sh Note that the directories generated can be changed with user-dirs.dirs, and should respect the user's locale. --- .archlinux/bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.archlinux/bootstrap.sh b/.archlinux/bootstrap.sh index ee6295c1..47062bb5 100755 --- a/.archlinux/bootstrap.sh +++ b/.archlinux/bootstrap.sh @@ -43,5 +43,8 @@ make -C .. # Change the color scheme to a sane default wal --theme base16-tomorrow-night +# Create the user's home directories +xdg-user-dirs-update + # Run vim for the first time (i.e. install plugins and exit) nvim