Like, best text editor? Helix, Neovim, vim, emacs? All of the above, because why not? Currently leaning helix, becuase there’s less setup involved with plugins and what not, but I’m not a serious programmer or anything.

Any reason to use an alternative to bash?

Any cool games? Best terminal file manager? Tmux or Zelij? Etc.

Useful aliases you use?

I’m currently messing around with NixOS, and was trying to build up a replacement for my current debian media server, and (eventually, hopefully, inshallah ) as a replacement to my current windows install.

I like debian a lot, but after installing it on both my laptop and server there was a lot of program drift between the two, when I wanted them to basically be identical, and then I found nix, and thought “this looks neat” and the idea of being able to reproduce everything on each install, with the same config format, appealed to me. I am currently playing around with it in a vm until the config is to my liking.

Seeing as the .nix config files are so portable I started working on a “module” for terminal apps to get about as close to a fully functional system as you can get with only a command line or terminal session, just to see what I could do.

So far I have quite a list, and looked over quite a few top 10 lists for this stuff, but was wondering if there was anything else out there I’m overlooking?

Pic is of my current bash prompt with starship, which was incredibly easy to get working and tweak thanks to home-manager modules. If anyone else is running starship and has a cool config they want to share, please do.

  • ZWQbpkzl [none/use name]@hexbear.net
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 months ago

    gnu stow to stow all those dotfiles into a single folder. Track the folder with git, the persist it across multiple devices.

    fzf or skim integrate nicely into all sorts of different things. Basically let’s you slap a specific ui onto a script.

    Ranger is the best style of terminal file manager and the only mature one. I tried joshuto and wanted to like it but it just wasnt as mature and ranger.

    With ranger there’s a --chose-dir option that you can use in a function so that you jump to the folder you left on when you exited ranger. Such a massive time saver from constant ls, cd and tabbing. Like there should be a lightweight version of the program that only does that and should be considered standard unix like vi. Actual file management is secondary.

    • TheModerateTankie [any]@hexbear.netOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 months ago

      With ranger there’s a --chose-dir option that you can use in a function so that you jump to the folder you left on when you exited ranger.

      that seems incredibly useful, thanks!