One-click link/script for development environment on macOS

Can someone suggest a one-click link/script that will download and setup each and everything needed for a developer machine. For a complete fresh new machine.
Right from zsh to postgres, ruby, elixir, git, brew, erlang, vim, spacemacs, slack, graphiql and whatever needed.
Including oh-my-zsh, alchemist for spacemacs, etc

I see these 2
1> https://github.com/thoughtbot/laptop
2> https://github.com/DockYard/laptop-install

TIA

1 Like

Every developer is different and uses a different toolset.

Personally I do use yadm to manage my dotfiles across computers and slowly try to introduce puppet for system management.

I can not tell anything about the repositories you linked, but the thoughtbot one was mentioned some times in the bikeshed podcast.

1 Like

Have you considered using Nix to describe your dev environments?

1 Like