The package `sudo` that is present in the `base-system` package will be removed. Since, it is bloatware. To persist this. That is sudo will not be installed ever again on the system. Create `/etc/xbps.d/nosudo.conf` and insert:
It is generally beneficial to set default user directories. To obtain some consistency in the `home` directory. This may be obtained with the `xdg-user-dirs` package.
It may be installed with.
```
# xbps-install -Sy xdg-user-dirs
```
then run:
```
$ xdg-user-dirs-update
```
This will create a whole suite of default user directories and in `.config` it will create `user-dirs.dirs` and `user-dirs.locale`.
With `.config/user-dirs.dirs` the syntax of of the directories may be set.