Hacker News new | ask | show | jobs
by rafram 2 days ago
> Omarchy had the highest number of Apple user switch to Linux.

DHH's dotfiles repo is not a viable replacement for macOS, I promise you. Linux is fun, but macOS is already enough of a *nix for most developers, and it works well without much tinkering.

1 comments

You just have to constantly tell the LLM to give you zsh commands, not bash ones.
You can easily install bash or any other shell on macOS, and set it as your default with chsh, same as on any other *nix. (Also easy to make the harness use a non-login shell by aliasing it with a $SHELL override.)