Estoy intentando instalar htop usando brew:
➜ ~ brew install htop
Error: You must `brew link autoconf' before htop-osx can be installed
Entonces estoy haciendo
brew link autoconf
Linking /usr/local/Cellar/autoconf/2.69... Warning: Could not link autoconf. Unlinking...
Error: Could not symlink file: /usr/local/Cellar/autoconf/2.69/share/emacs/site-lisp/autotest-mode.elc
Target /usr/local/share/emacs/site-lisp/autotest-mode.elc already exists. You may need to delete it.
To force the link and overwrite all other conflicting files, do:
brew link --overwrite formula_name
To list all files that would be deleted:
brew link --overwrite --dry-run formula_name
¿Cuál es la raíz del problema?
emacs
Ya instaló a través de Homebrew? Si es así, probablemente pueda sobrescribirlo.