feat: xdg-user-dirs

This commit is contained in:
AngeD 2023-03-29 00:00:14 +02:00
parent ace5c8955d
commit 40a5fbb65a
2 changed files with 2 additions and 0 deletions

View File

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

1
config
View File

@ -31,6 +31,7 @@ pkg=(
terminus-font awesome-terminal-fonts
tree
udisks2
xdg-user-dirs
zsh
)