The Steam Deck is great, I'm less than 24 hours in but already loving it. It does have a few quirks compared to a standard Windows or Linux machine though... it has an immutable filesystem... meaning you can't just install packages using pacman
as you normally would, and while you can switch this off temporarily to install things, these changes will likely be overwritten during the next software update cycle.
To work around this, I've found versions of lolcat and fortune that are written in python and installed in the /home/deck
folder, which should survive any OS updates. Credit for both these tools goes to the original authors:
- Install pip using
python3 -m ensurepip