Be sure dotfiles is cloned to the home directory
brew-app-installs.shinstalls brew and gets all the apps I need through brew
brew install stow
./mac
.DS_Store errors:
close any finder windows you have open and run this to remove all .DS_Store folders
find ~ -name ".DS_Store" -depth -exec rm -f {} \;