Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 547 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 547 Bytes

ABOUT

All my dotfiles for my shell, git, vim etc.

INSTALL

  • git clone this repo
  • install deps listed in setup.sh script
  • run the new-setup.sh script

TODO: move git aliases to git config

UNINSTALL (MAC)

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)"