Skip to content

Instantly share code, notes, and snippets.

@teitei-tk
Created November 12, 2018 04:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teitei-tk/c3bf34cba473294e95ea663f54c75f6e to your computer and use it in GitHub Desktop.
Save teitei-tk/c3bf34cba473294e95ea663f54c75f6e to your computer and use it in GitHub Desktop.
Homebrewをアンインストールし、端末をクリーンな状態に戻し、インストールしたパッケージ群をRestoreする。 ref: https://qiita.com/teitei_tk/items/6cbe0e90a809b1a5ca19
$ brew bundle dump
# eg
brew "automake"
brew "avrdude"
brew "openssl"
brew "readline"
$ brew bundle
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
$ brew bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment