atomantic / dotfiles

🖥️ Automated Configuration, Preferences and Software Installation for macOS
ISC License
1.33k stars 453 forks source link

brew --with-default-names option is deprecated #89

Open smukkejohan opened 2 years ago

smukkejohan commented 2 years ago

https://github.com/atomantic/dotfiles/blob/ed591319972c737f8be5db2c00a1891862ce8368/config.js#L21

https://github.com/Homebrew/homebrew-core/commit/43f2e19d93f04eddf24ec19187b3648f594b80e2

Sems --with-default-names option has ben dropped and they instruct to add to path instead. Probably need to add PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH" somewhere instead.

This causes .gitconfig replacements with sed to fail for me when running .install.sh