diff --git a/base.sh b/base.sh index 4e8590c..3e24289 100755 --- a/base.sh +++ b/base.sh @@ -46,6 +46,7 @@ fi echo "root:$root_passwd" | chpasswd useradd -mG wheel "$username" -s "${default_shell-/bin/bash}" echo "$username:$user_passwd" | chpasswd +su "$username" -c 'xdg-user-dirs-update' 2> /dev/null || true sed -i '/^#\s*%wheel\s\+ALL=(ALL:ALL)\s\+ALL/s/^#\s*//' /etc/sudoers diff --git a/config b/config index 9dd700b..8739afa 100644 --- a/config +++ b/config @@ -31,6 +31,7 @@ pkg=( terminus-font awesome-terminal-fonts tree udisks2 + xdg-user-dirs zsh )