dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

brew --with-default-names option is deprecated

Open smukkejohan opened this issue 3 years ago • 0 comments

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

smukkejohan avatar Jun 23 '22 09:06 smukkejohan