Configuration of my Laptop
| .vscode | initial commit | |
| build | dependencies sdrangel | |
| .gitignore | initial commit | |
| play-laptopconfig.yml | add keepassxc | |
| README.md | readme | |
My Laptop
This is the configuration of my laptop, a Lenovo T14 Gen 2 (Intel) with Debian 13 "Trixie" and KDE Plasma.
Ansible Setup
play-laptopconfig.yml installs missing firmware, makes hibernate/sleep work and configures/installs various software. It uses local connection, so no SSH necessary. Only sudo should work.
- Install ansible via apt
- Execute
ansible-playbook play-laptopconfig.yml --ask-become-pass
Build MakeMKV
In build/makemkv is a Dockerfile, which builds MakeMKV in Podman. MakeMKV can afterwards copied
to /opt/makemkv on the host system and used without messing up the root filesystem of my Debian.
Build SDRAngel
Same as for MakeMKV, just in ./build/sdrangel.