dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Update install script to install xCode Command Line Tools automatically

Open iamnewton opened this issue 10 years ago • 2 comments

Incase you were curious, xcode-select in Mac OS X 10.9 (Mavericks) comes with an --install flag that will prompt the user if xCode Command Line Tools is not installed. I had created a recursive script to check installation and continually attempt an install, but then realized that the latest version of Homebrew does this so much better. So you could attempt to install brew first and then have Homebrew install gcc via xCode. Just a thought.

iamnewton avatar Feb 12 '14 23:02 iamnewton

That sounds good. If you want to put together a pull request to help me out, that would be great.

necolas avatar Feb 13 '14 01:02 necolas

Yeah, sounds good. It may be a week since I'm trying to finalize my v.0.1.0 of my own install script, based off yours, of course.

iamnewton avatar Feb 13 '14 01:02 iamnewton