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
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