brew update brew --version
Kersten is a nice name.
Homebrew 1.0.0
11–20 of 255 posts
Re: Homebrew 1.0.0
#12Error: /usr/local is not writable. You should change the ownership and permissions of /usr/local back to your user account: sudo chown -R $(whoami) /usr/local
.
.
.
==> Migrating HOMEBREW_REPOSITORY (please wait)...
==> Migrated HOMEBREW_REPOSITORY to /usr/local/Homebrew!
Homebrew no longer needs to have ownership of /usr/local. If you wish you can return /usr/local to its default ownership with: sudo chown root:wheel /usr/local"
You got to love the user experience of this! Thanks Homebrew team. <3
Re: Homebrew 1.0.0
#13There has been a lot of talk in HN comments recently about Homebrew installing to `/usr/local`. With macOS Sierra, the user can no longer write to this folder without specifically owning it. Is there a security risk here and if so, whats the best workaround?
http://apple.stackexchange.com/questions/253404/how-does-hom...
Re: Homebrew 1.0.0
#14Homebrew is a huge help that perfectly fills the niche it's intended for. Thanks for all people involved, you're time savers, which is pretty much the most sought after quality of a software project.
Re: Homebrew 1.0.0
#15There has been a lot of talk in HN comments recently about Homebrew installing to `/usr/local`. With macOS Sierra, the user can no longer write to this folder without specifically owning it. Is there a security risk here and if so, whats the best workaround?
Newer versions install in `/usr/local/Homebrew`, older versions "migrate" there: http://apple.stackexchange.com/questions/253404/how-does-hom...
Re: Homebrew 1.0.0
#16- brew install postgresql
- brew install mpv
The list goes on and on and on. You rock!
Re: Homebrew 1.0.0
#17Homebrew is a huge help that perfectly fills the niche it's intended for. Thanks for all people involved, you're time savers, which is pretty much the most sought after quality of a software project.
Except for loading the Ruby VM. Takes way too long.
Re: Homebrew 1.0.0
#18Throwback to that one time Google wouldn't hire @mxcl. ;) https://twitter.com/mxcl/status/608682016205344768 Well done Mike and contributors! It's a great piece of work.
Re: Homebrew 1.0.0
#19Re: Homebrew 1.0.0
#20I'm excited about Homebrew potentially coming to Linux. When I first started using OS X more regularly, I was surprised by how better an experience OS X + Homebrew is compared to Ubuntu/Debian repositories + PPAs/third-party repositories.