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.
This commit is contained in:
Donovan Glover 2018-12-11 14:26:47 -05:00
parent 1324f4099a
commit e7f00aa7f8
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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