dotfiles
dotfiles copied to clipboard
install osx command-line tools intentionally
xcode-select --install
could leverage xcode-select --version
to determine if should upgrade
after upgrading to high sierra
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Error: Failure while executing: git config --local --replace-all homebrew.analyticsmessage true
$ xcode-select --version
xcode-select version 2349.
$ xcode-select --install
xcode-select: note: install requested for command line developer tools
$ xcode-select --version
xcode-select version 2349.
this did fix the problem running the init script