|
|
|
|
|
by Syzygies
1039 days ago
|
|
I applaud this, for people who prefer a GUI interface. I started to write something to better organize synchronizing my Homebrew installation across multiple machines, then thought someone must have done this well already. Sure enough, https://pumpingco.de/blog/brewfile/ A fantastic, clean way to reinstall or synchronize Homebrew setups, using the command line. I'm surprised that Applite doesn't accept a brewfile to ease migration. In my case I depend on Bash, Tailscale, and Ruby as installed by Homebrew, so a clean reinstallation is delicate. I have scripts to make sure I don't screw this up: 1 brew bundle dump.sh
2 uninstall homebrew.sh
3 install homebrew.sh
4 renew bash.sh
5 renew tailscale.sh
6 renew ruby.sh
7 renew brew bundle.sh
choose-shell.sh |
|