OK I am still happy as can be with my Mac.
Thought I would post a few other gems that are pretty useful.
This one is pretty cool the free version works just fine, it just nags you now and then
http://kapeli.com/dash
And this one is a game changer for me. The below, Homebrew, and Sublime are definitely my top 3 must haves at this point:
https://github.com/robbyrussell/oh-my-zsh
I updated the stock zsh shell with homebrew as well. There are some very useful plugins in the plugins directory
https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins
Probably the most useful of them all is autojump (which should be installed via homebrew first)
https://github.com/joelthelion/autojump
basically I can do things like type j
doc and it cds to Documents I can also type jo doc and it opens documents in finder. Very useful.
The osx plugin is nice as well. For example, If I have a finder window open and some files selected from the command line I can do cp $(pfs) . and it will copy all the selected files into current directory. There are tons of other nifty things as well.