##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_installor export$PATH=path/to/folderwhere you want the terminal to read script from - If exported path correctly,
brew_installshould run the script