feat: xdg-user-dirs
This commit is contained in:
parent
ace5c8955d
commit
40a5fbb65a
2 changed files with 2 additions and 0 deletions
1
base.sh
1
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
|
||||
|
||||
|
|
|
|||
1
config
1
config
|
|
@ -31,6 +31,7 @@ pkg=(
|
|||
terminus-font awesome-terminal-fonts
|
||||
tree
|
||||
udisks2
|
||||
xdg-user-dirs
|
||||
zsh
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue