• @Melco
    link
    0
    edit-2
    1 year ago

    deleted by creator

    • Rustmilian
      link
      5
      edit-2
      1 year ago

      MacOS uses Bash/ZSH…
      If you write the scripts in a POSIX way, you can serve both MacOS & Linux with the same script.

    • @nogrub
      link
      41 year ago

      that’s why i like linux but if we ever want the year of the linux desktop it needs distros to be more gui orientaded normal users get overwhelmed if they even see a terminal window for a second

      • synae[he/him]
        link
        fedilink
        English
        31 year ago

        People use the phrase “year of the Linux desktop” unironically?

        • @nogrub
          link
          11 year ago

          sadly yes i just used it to make a point ^^ in my opponion linix will never really be the dominant os

      • Rustmilian
        link
        21 year ago

        You can get by just fine without the Terminal.
        It’s called a GUI package manager…

      • Ademir
        link
        fedilink
        11 year ago

        I think we don’t have enough people working in the DEs (Gnome and KDE, mainly) in order to achieve it.

      • @[email protected]
        link
        fedilink
        English
        11 year ago

        no ‘year of the linux desktop’ leave it to the savvy (me, using immutable with distrobox arch), wait for ppl to get really unsatisfied with the enshittification of mainstream OS’s

    • @Pipoca
      link
      11 year ago

      OS X is literally a heavily modified version of FreeBSD with a very shiny GUI.

      It ships with a terminal that has zsh installed by default, and homebrew is a decent package manager. You can write scripts for it in precisely the same way you do for Linux.

      It being closed source means you can’t edit the OS itself. And there’s certainly a bunch of weird stuff that it does. But mastering linux and mastering OS X are pretty similar things.