##Brew Installer Script
This is a bash script used for installing all packages/apps on a mac for initial setup, run it and it will install all the apps and packages.
- Add/remove packages/casks from the approprite arrays to only install what you need
- Set the permissions on the script using
chmod 755 brew_install
- Run using
./brew_install
or export$PATH=path/to/folder
where you want the terminal to read script from - If exported path correctly,
brew_install
should run the script