I wanted to have a separate laptop where I only use the terminal for my use cases. At the moment I am somewhat confident using the terminal, but I think limiting myself to tty only would build my confidence even more. Any tips?

EDIT: I am already using nvim and I already have installed a minimal distro (Arch). I just need advice on how to actually run this system effectively.

    • theshatterstone54@feddit.uk
      link
      fedilink
      arrow-up
      2
      ·
      1 month ago

      I’d like to add MPV. It’s a video player that works from the tty using a framebuffer. So if you run “mpv path/to/video/file” it will play the video! Just learn the keybinds first so you’re not stuck with it. In fact, that applies to all of the framebuffer programs.

      • theshyprisonerOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 month ago

        Yes I’m familiar with mpv. I thought I needed to have xorg or a display server running for it to work, thanks!