At my job, I have to manage quite some servers, and I don’t have root (or don’t want to misuse it) on them. Is there some sort of package manager that only works inside `/home/nikita`, so that I can more easily `install` and `upgrade` CLI tools that I might need?
Don’t recommend Nix, as I actually want to get work done :D
@kytta do you have access to docker or some other container runtime? I’ve created aliases before to docker containers running the CLIs I need.