Stream deck on Pop OS
I’ve had my stream deck sit around for a bit and thought why not put it to use as I redo my linux dev machine? So I setoff and that I would document the process from here.
I found an abandoned project on github called streamdeck-linux-gui. Even though it was abandoned, it looked promising. I was able to get it running pretty quickly using the guide. In the end, I first ran the following to install pipx and setup the local bin directory and add it to the path. I also check my .profile to ensure .local was loaded on the PATH every shell session.
…