Ho disinstallato Homebrew usando https://superuser.com/a/203740 .
Dopo aver eseguito i comandi sopra, non riesco a trovare .bashrc
e .bash_profle
. Tutti i file sono spariti Documents
, Desktop
e Downloads
: '(
Quando eseguo lo stato git /Users/ava
mostra:
# On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
... all the files which are in /Users/ava
storia
113 cd `brew --prefix`
114 rm -rf Cellar
115 brew prune
116 rm `git ls-files`
117 rm -r Library/Homebrew Library/Aliases Library/Formula Library/Contributions
118 rm -rf .git
119 rm -rf ~/Library/Caches/Homebrew
120 sudo chown -R $USER:admin /usr/local
121 ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
122 brew doctor
Cosa è appena successo?