/macSetupTool

setup a mac os and install all necessary tools for a healthy development environment

Primary LanguageShell

About macSetupTool

a script I use to setup my mac os and install all necessary tools using brew for a healthy development environment

Files

  • 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

How to run

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