So this is my setup that I intend to reuse through all my systems. It should install all main software for daily development.
git clone
this repository, if you are on a fresh installation of MacOS, running anygit
command will trigger the "xcode-commandline-tools" installation prompt. It contains git.- (Optionally) create a
environment.sh
in./zsh/
, you can copy theenvironment.defaults.sh
and change whatever is different for your environment. This file is not checked in. - Run
./install.sh
, all should be ok!