After I install Linux Mint (which is the distro I have settled on), I replace:
- Thunderbird with Betterbird
- Firefox with Librewolf (I also install Brave for web services that need a chromium browser).
- Celluloid / Rythmbox with VLC player
- Default Libreoffice with latest Libreoffice from source.
- 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.
Arch master race: you don’t have to replace defaults if nom defaults are isntalled in the first place and you choose everything our own anyways.
i keep rhythmbox honestly because it helps me in organizing all my audio and music files and plus i don’t have to keep opening the file manager to change the music, i can just press the forward button and it changes track!!
I replace ARCH with Windows 11 bloat edition. I use windows 11 BTW
I use Windows 11 inside of a Gentoo vm inside of Windows 10 on my ipad.
Huh I bare metal run proxmox virtualising my LFS to start a gentoo VM where I have my XP VM I remote into with my phone
Defaults hehe
I use arch btw
well arch defaults are just a terminal with very little tooling
I don’t replace anything. I just install what I need from the beginning.
And yes, I run Arch btw. :D
lol ditto. but the first thing I do on new installs is
chsh /bin/zsh
, replace caps lock with control and enable vi keys. otherwise I’m dysfunctionalYeah, there is nothing more annoying in general when starting to type text into a co-workers desktop than having random letters show up rather than having the cursor move around.
switched to nixos after a decade on arch. What does “default software” mean? :D
Systemd?
- Clementine - music player
- yakuake - terminal
- fish - command line
- Geany - text editor
- eza - replacement for ls
- zoxide - replacement for cd
- bat - replacement for cat
- Librewolf - replacement for Firefox
- Brave - replacement for Chromium
Wait? Why cat needs replacing? Do you have a link for bat?
Interesting.
I wonder if it’ll work with lsp, when it sends data to pager. I’ll start testing this out.
EDIT: Whoa… 23megs for cat clone. Rust projects do have a whole lot of dependecies. I counted crates 128 for this.
Oh well. I’ll start compiling.
When I installed MX KDE on my laptop, I found out about yakuake as it was installed by default. I always use it almost immediately whenever I log in to run my update script. Saves a few extra seconds to just press f4 rather than click the terminal icon and then type. Absolutely love it.
Yasuke for Terminal because he was a sole black man in Japan of his time. Just like Terminal program is solely black as compared to most other apps.
Most people dont use dark mode on Linux because most apps look horrible in Linux under dark mode
Oh wow, cool story about Yasuke. Is that where Yakuake got its name from?
Most people dont use dark mode on Linux because most apps look horrible in Linux under dark mode
Among my friends, dark mode users hugely outnumber light mode users, I really don’t have any apps that struggle to support it. LibreOffice used to be really bad, but I don’t really edit documents anymore, so I don’t use it often, but when I do, I don’t see issues (although the document background is white, because paper, so the contrast is a bit weird). I’m curious about which apps didn’t work for you.
What I heard is that it comes from Yet Another Quake (terminal), which comes from a tradition in programming of naming an application “Yet Another (something)”, and they changed the Q to a K because KDE.
Code::Blocks is the worst offender
Default terminal -> Kitty
On Ubuntu, replacing Firefox/Thunderbird snap version with actual deb version.
- Firefox -> Edge
- Libreoffice -> Gsuite PWAs
- kernel -> Azure Linux kernel (added trust of Microsoft)
- nano -> vim
- vi -> Emacs
- GNOME -> Deepin
- Bash -> Powershell >=7.0
I think you forgot to add /s
Probably should have added yeah. Based on the amount of downvotes, some people took it too seriously
I still can’t get why people should downvote your comment, but fine.
Nah, I’m just bored of pointless sarcastic replies being at the top. It’s bloat!
nano -> vim
This one is extremely consistent with the others because once you have made the switch, it becomes harder to escape.
Kinda in the Pop!_OS - NixOS club but Zen Browser here.
Fish for shell everywhere
Any specific features made you go fish over others like zsh?
It just feels better and lighter. Also, autocomplete looks nicer. Devs are also amazing. They have a clear vision of the product. And Fish 4.0 had been rewritten in Rust. Now I just cannot go away:)
I use fish instead of zsh just because it has all the nice stuff without having to set anything up. Helix over Neovim is pretty nice for this too.
I replace the <default, slow, annoying to use> image viewer with qimgv, which is ergonomic and very fast.
I don’t. I install a distro with sane defaults and get to work.
cat > bat
ls > exa
(h)top > btop
whatever terminal > alacritty
whatever browser > librewolf + brave
cli editor > micro
app launcher > albert
vlc > mpv
cd > zoxide
didn’t know about that one, thank you
Similar to yours:
bash > fish
cat > bat -p
ls > lsd
df > dysk
top > glances
firefox > qutebrowserWhy hate for librewolf?
read carefully, he’s replacing whatever browser with librewolf or brave
ups, stupid me, but why then love for brave?
Firefox based browsers don’t as far as I know support protocols direct to usb connections, so if you’re using a web app based application (for example, some keyboard software) to flash your layouts you need a chromium based browser, and people generally choose brave over chrome (though I think it would be 100% fine to use chromium with hardening but that’s difficult with some of the upstream changes making chrome extension store less helpful — built in mitigations upstream as found in brave may be helpful in this regard, and faster).
I’m wondering moreso why everyone is running both LibreWolf and Brave.
Firefox >>>>>>> Chrome so LibreWolf > Brave, no?
Idk what people need Brave for, the only Chromium-only site I came across this entire year was the GrapheneOS web installer. LibreWolf is completely free of ads and tracking though so it’s better than Brave. Firefox’s news feed has been suspiciously similar to stuff I’ve browsed and it has ads also so I don’t trust FF either.
Hm now I think of it, I’ve ran into a website telling me to use Chrome or Edge before, but changing the UA string fixed everything.
Seems like websites are discriminate against browsers sooner then that they actually don’t work on one.
I also replace Firefox with LibreWolf and Brave! I don’t do much more than that though; I used to replace GNOME Software with Warehouse, but I eventually found it easier to just remove PackageKit and use Software to install my flatpaks (I still use Warehouse for changing flatpak settings).