• 2 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: June 3rd, 2023

help-circle

  • That's a archive. If it was advertised as something to install, then there might be something inside which can be installed, but there are different scenarios. It might be the source of a program, bundled with scripts to configure, compile and install it. It might be the compiled program with our without scripts to copy all the individual files to the right dirs. Maybe it contains just a script which fetches all the files online and installs them. It might contain a virtual enviroment and the program, it might contain another archive...





  • I found two other things that might do the trick:

    https://github.com/jgeumlek/MoltenGamepad

    this looks like highly sophisticated gamepad emulation. IDK if you can map mouse and keys to your virtual gamepads easily, but the readme suggest that you definitly can. Looks like some work though.

    https://github.com/iosonofabio/virtual_gamepad

    this one is a fairly simple python script. I don't know if you're into programming, if it works you only need to change it so it registers mouse input and map that to the virtual controllers stick




  • a minimal, configurable (file based for git) tiling window manager

    I like i3, it ticks all your boxes. Made my own config in 2020 and it still works. Keep in mind that you have to design your whole desktop enviroment when you go the window manager route. bspwm might be an option as well

    terminal based package management as easy as brew (maybe Nix?)

    Every linux distro has it, I'm an Arch person, many people like Archs package manager pacman, so you could go with EndevourOS or if you're adventorous with vsnilla Arch.

    as much terminal emulator based as possible (i honestly mostly only need a browser and the terminal, most other apps have a TUI that i can use with the keyboard, see the above requirement)

    Well, what kind of software you'll run is up to you. Linux has all the TUI stuff. If you haven't already, check out vim, emacs and nnn. Don't forget to customize your shell (and choose it first, i would recommend zsh or fish).

    General advice: Look into r/unixporn, most posts there have dotfiles, look for something you like an try it (with a fresh user that you can delete afterwarda maybe?)