Deadairx / dotfiles

0 stars 1 forks source link

Be sure dotfiles is cloned to the home directory

Get up and running

Install Stow

brew install stow

Run script

./mac

Troubleshooting

.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 {} \;