Be sure dotfiles
is cloned to the home directory
brew-app-installs.sh
installs brew and gets all the apps I need through brewbrew 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 {} \;