essentialsoftware.md: add commented out homectl

This commit is contained in:
Aminda Suomalainen 2026-03-21 11:02:53 +02:00
parent a8ba452bc8
commit d8bf83fbc2
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -534,6 +534,31 @@ reboot (relogin would most likely be enough).
Since software being present and doing nothing may not actually do anything.
<!--
### User details on systemd
`aminda` is being used as the username in all examples for a reason.
- Viewing user details: `userdbctl user aminda`
Changing user details:
```bash
homectl update aminda --real-name "Aminda Suomalainen" --alias mikaela,ciblia --shell /bin/zsh --language fi_FI.UTF-8,en_DK.UTF-8,en_IE.UTF-8
```
Explanations and other potentially interesting flags when not obvious:
- `--alias` allows referring to the user with multiple usernames
- `--email-addres`
- `--location`
- `--umask`
- `--setenv=ENV=value`
- `--timezone=Europe/Helsinki`
-->
### Debian console
- `sudo dpkg-reconfigure console-setup`