Automate your macOS Configuration by using Brewfile
Install Homebrew
./homebrew.shCustomize the Brewfile where needed.
brew bundleapm install --packages-file atom-package-list.txtpip install -r requirements.txtnpm install -gbundle installInclude the following line in ~/.bash_profile .
if [ -f "$HOME/aliases.bash.inc" ]; then . "$HOME/aliases.bash.inc"; fiCopy aliases.bash.inc to your home directory using the following command.
cp aliases.bash.inc ~/