0x05baa67af0201cf90f07237b4fcd77ff375a391f705d31a007802a92c480a950
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Migrating Homebrew from Intel to M1 | |
## You can copy and paste into the Terminal | |
## Go to home directory | |
cd ; | |
## Create list of installed Intel packages | |
brew bundle dump ; |