this post was submitted on 13 Jul 2025
82 points (97.7% liked)

Linux

8415 readers
418 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
all 14 comments
sorted by: hot top controversial new old
[–] kurcatovium@piefed.social 2 points 4 hours ago (1 children)

Does CachyOS use real Arch repos or is it like Manjaro which holds packages for "testing"?

[–] Nico_198X@europe.pub 2 points 4 hours ago

no. it is akin to Manjaro in that it is based on Arch repos, but is opinionated. they have their own kernel, wine, proton, with their patches.

[–] MangoPenguin@piefed.social 3 points 9 hours ago (1 children)

I always figured anyone wanting a different shell is probably heavily into Linux to the point that switching it themselves would be fairly trivial.

Is CachyOS a more CLI focused desktop linux? I'm not very familiar with it. Normally on a desktop I avoid the CLI, because the GUI is just easier and faster to use.

[–] Rekorse@sh.itjust.works 1 points 1 hour ago

Sort of, its Arch so all of the fun stuff that goes with that but they also have a package repo application that let's you use a GUI instead. I find the CLI faster but the GUI will guide you to the correct packages a bit better than searching freehand on a browser.

[–] sin_free_for_00_days@sopuli.xyz 7 points 16 hours ago

I would imagine that if you know enough to legitimately have a favorite shell, you don't really have an issue running chsh

[–] illusionist@lemmy.zip 25 points 1 day ago* (last edited 1 day ago) (1 children)

I don't get it.

As such, users now have the option to choose between cachyos-fish-config and cachyos-zsh-config. "If neither is selected, the system will default to Bash. The default configuration will still be Fish ...

You can choose between fish and zsh and if you don't select anything it selects bash but fish is default? Huh?

Meaning, fish is preselected and you have to unselect fish in order to get bash?

Like:

Which shell do you want (deselect for bash)? [x] fish [ ] zsh

[–] dinckelman@lemmy.world 6 points 1 day ago

From my understanding, if you choose one, you'll get that shell + the styling/prompt, however if you choose neither, you'll just get stock bash with nothing extra applied. I've taken a quick skim through their pkgbuilds, and they don't seem to have a bash equivalent for these configs

[–] teppa@piefed.ca 3 points 23 hours ago

It would be cool if it was built into the terminal itself, where you'd just select it and it would auto-download and install.

[–] Arcane2077@sh.itjust.works 0 points 18 hours ago (1 children)

Alright nerds, what’s your favorite shell and why do you think it was omitted?

[–] kurcatovium@piefed.social 3 points 4 hours ago (1 children)

My favourite is fish because I tried it once and I really like its autocomplete. I usually do simple stuff so I stick to it.

[–] Rekorse@sh.itjust.works 2 points 1 hour ago

Really saves a bunch of time. It seems to auto complete based on what directory you are in too which is really useful for some of the stuff I do.