• Rustmilian@lemmy.world
      link
      fedilink
      arrow-up
      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@lemmy.world
      link
      fedilink
      arrow-up
      6
      arrow-down
      3
      ·
      1 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

    • Pipoca@lemmy.world
      link
      fedilink
      arrow-up
      4
      arrow-down
      3
      ·
      1 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.