All my dotfiles for my shell, git, vim etc.
git clone
this repo- install deps listed in setup.sh script
- run the new-setup.sh script
TODO: move git aliases to git config
Remove all homebrew formulas:
brew list -1 | xargs brew uninstall --force
Remove homebrew itself: https://github.com/Homebrew/brew/blob/master/docs/FAQ.md#how-do-i-uninstall-homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"