After I install Linux Mint (which is the distro I have settled on), I replace:

  1. Thunderbird with Betterbird
  2. Firefox with Librewolf (I also install Brave for web services that need a chromium browser).
  3. Celluloid / Rythmbox with VLC player
  4. Default Libreoffice with latest Libreoffice from source.
  5. ClipIt/Parcellite with xfce4-clipman

I find this to be my optimal setup and these software give me the extra quality of life that make my workflows easier.

What software do you replace and install on your distro of choice?

Edit: I forgot to say I replace sudo with doas. That’s something my friend told me to do although I personally don’t find any immediate working advantage with it.

  • z3rOR0ne
    link
    fedilink
    arrow-up
    0
    ·
    9 days ago

    I have a script that makes a list of every package and binary into an output file of packages as a list. I can just cat the output of the file in a subshell and pass that off to pacman -S. Pacman might complain here and there, but I can just edit the list. Then its just cp -r my config files that I’ve backed up and run my backups for movies, music, pics, games, etc.

    And yeah, it’s not perfect, but it’s good enough for me. I still have to do other stuff like switch out bash for zsh, etc. Gotta love bash scripts and backup configs though. That plus actual backups makes restoration from catastrophic failure at least bearable, albeit still time consuming.