a script I use to setup my mac os and install all necessary tools using brew for a healthy development environment
- install.sh the main script to install everything
- config.sh contains the list of application/binaries you want to install
- osx-settings.sh tweaks your system settings
- util.sh a utility script to echo the bot cheerful face
git colone https://github.com/benaich/macSetupTool
cd macSetupTool
sh install.sh
you will be prompted to answer the following questions at the begining for a smooth installation :
- What is your git username and email ? for git configuration
- What is your dotfile repository url ? (optional) know more info about dotfiles