Freelance/Consultant Web Dev, EVE Online Player, Linux/FOSS advocate.

  • 3 Posts
  • 389 Comments
Joined 2 months ago
cake
Cake day: October 21st, 2025

help-circle

  • maybe I’m just old fashioned or just simply old but I don’t get the new trend of using shells. Isn’t the hole fun of using a compositor the customization? the configuration? opening up your config file in vim and just going to town on it?

    to me it just looks like a neon mess of guis with an over dependence on the mouse which, to me at least, defeats the purpose of using a tiling compositor. It’s just faster for me to navigate using the keyboard and the terminal. If I’m tiling, I’m going to have a terminal open, so I configure on the fly via that…why would I need a panel and moving the mouse around to change things?

    Again, if you like this sort of thing kudos to you but I don’t get it and I feel like it would slow me down.



  • rozodru@pie.andmc.catoLinux@lemmy.mlAnd so it begins
    link
    fedilink
    English
    arrow-up
    3
    ·
    4 hours ago

    I use NixOS myself and I love it, i’ll never use another distro again. plus with distrobox I don’t even need to use another distro, I already have all the major ones on my NixOS System.

    If you do decide to go the Nix route keep in mind there’s really no right nor wrong way to have your system set up. it’s all personal preference. Some people will say flakes are the way to go, some people will say the opposite. Some people like having their system in modules, some don’t. Some like using the home-manager, some don’t. It’s all up to you. All I will suggest though is if you do try Nix set up a Git repo somewhere like on codeberg for it. Just makes things easier.



  • yup that’s the way to go. just whatever you want to do think “can I do this via the terminal?” and it’ll all flow from there.

    AND if you start using Neovim you’ll start getting addicted to vim style navigation and want to apply it to everything…which you can for a lot of things. you’ll then find that using vim nav and doing things via the terminal is a lot faster than using your mouse in a GUI.





  • I would suggest easing yourself into it. Since you’re in Mint start off with just installing and uninstalling programs via the terminal. If you really want to get into terminal use what helped me was this. “is there a GUI that I use a lot that I could potentially do from the terminal? lets research how.” So for example instead of using a package manager, use the terminal. Instead of using a file manager use the terminal with something like Yazi or Ranger and then from there you can use the terminal to manage files quite easily.

    Want to unzip something? instead of doing it via the file manager look up how to do it via the terminal. need to empty your trash bin? same deal.

    Instead of trying to learn everything at once when you’re doing something on your machine think to yourself “could I do this via the terminal?” and then look it up.

    As far as programming goes I still firmly believe there’s nothing better out there than Vim/Neovim or Emacs/Doom Emacs. If you want to go that route instead of using Vim checkout Neovim with Lazyvim. both are extremely easy to install. OR if a total package and then some is what you’re looking for check out Doom Emacs. I use Doom Emacs currently for all my dev work and I love it. on my server I use Neovim just because it’s a bit faster since I have to SSH into it and it’s offsite.