• 01011@monero.town
    link
    fedilink
    arrow-up
    3
    ·
    2日前

    chsh is pretty straightforward. Never caused me an issue. Been using zsh for damn near two decades.

  • illusionist@lemmy.zip
    link
    fedilink
    arrow-up
    27
    ·
    edit-2
    3日前

    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

    • dinckel@lemmy.world
      link
      fedilink
      arrow-up
      8
      ·
      3日前

      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

  • MangoPenguin@piefed.social
    link
    fedilink
    English
    arrow-up
    7
    ·
    2日前

    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.

    • Cethin@lemmy.zip
      link
      fedilink
      English
      arrow-up
      3
      ·
      2日前

      GUI is often faster to learn, but CLI is almost always faster to use. It’s the argument people use for why they choose it. You don’t have to move your mouse to click on buttons that can be anywhere. You just type. With tab completion, it’s significantly faster.

      (There is a secondary argument for CLI for tutorials, in that it’s going to be the same or similar for everyone.)

      • MangoPenguin@piefed.social
        link
        fedilink
        English
        arrow-up
        2
        ·
        1日前

        I agree CLI is faster for tasks I do often, but for one-off stuff or rare tasks where I will forget the CLI args, it’s significantly slower having to look up the right commands each time.

        • Cethin@lemmy.zip
          link
          fedilink
          English
          arrow-up
          1
          ·
          1日前

          Again, GUI is faster to learn, CLI is faster to use.

          TLDR really helps though, rather than man pages.

      • Samskara@sh.itjust.works
        link
        fedilink
        arrow-up
        4
        ·
        2日前

        If you don’t count looking up parameters in man pages. GUIs are great because you don’t need to remember or look up commands and parameters. GUIs have keyboard shortcuts as well.

        CLI is great when doing the same complex operation more than once, chaining program output, and such.

    • Rekorse@sh.itjust.works
      link
      fedilink
      arrow-up
      3
      ·
      2日前

      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.

    • TwilightKiddy@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      2日前

      They use their own repos, but they don’t hold back the packages. The reason for having separate repos is recompiling packages for newer architectures. It gives a little performance boost for most of them. AUR works totally fine.

    • Nico198X@europe.pub
      link
      fedilink
      arrow-up
      4
      ·
      2日前

      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.

      • kurcatovium@piefed.social
        link
        fedilink
        English
        arrow-up
        3
        ·
        2日前

        I’m asking whether it’s more like “arch with some custom spice” or rather something vaguely similar to arch like “ubuntu is like debian”. I tried manjaro long, long time ago and can’t remember much more than using AUR being mess due to not really being arch

        • Nico198X@europe.pub
          link
          fedilink
          arrow-up
          4
          ·
          2日前

          It’s not really arch. It’s more like Ubuntu is to Debian.

          EndeavourOS is straight arch repos, with one additional optional repo of their own with a few of their tools, branding, etc.

          Cachy is opinionated about the OS.

          EndeavourOS is only opinionated about the install setup. Arch with sane defaults.

          • TwilightKiddy@programming.dev
            link
            fedilink
            English
            arrow-up
            3
            ·
            2日前

            While I see the analogy, saying “CachyOS to Arch is like Ubuntu to Debian” with a straight face is not something I can do. If you try to interact with an Ubuntu install like it’s Debian, you’ll get very frustrated very quickly. If you try to interact with a CachyOS install like it’s Arch, you probably won’t even notice you are not on Arch, besides a couple of different package names.

            • Nico198X@europe.pub
              link
              fedilink
              arrow-up
              2
              ·
              2日前

              i suppose, it’s a loose analogy he brought up, so i was just trying to speak his language.

              the point is, the packages are different, particularly core ones. so it is not straight Arch.

  • teppa@piefed.ca
    link
    fedilink
    English
    arrow-up
    3
    ·
    3日前

    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.

    • kurcatovium@piefed.social
      link
      fedilink
      English
      arrow-up
      7
      ·
      2日前

      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
        link
        fedilink
        arrow-up
        5
        ·
        2日前

        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.

      • dinckel@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        3日前

        If neither is selected, the system will default to Bash. The default configuration will still be Fish, as it was before,” said the devs.

        It absolutely is what the shell is. They probably didn’t read past the first paragraph, but even then, there’s a terminal shell, and there’s a graphical shell too