I just got a late 2011, 15-inch MacBook Pro from my older brother. I enjoy programming/developing a lot, so what apps should I get/install on the new system for developing and productivity?
If you are interested in binary objects/executables, check out MachOView. Think of it as an excellent GUI version of nm/readelf (for MachO, obviously) with search.
Lately I've become a fan of isolating multiple environments. This way I can run different IDE environments on the same machine without conflicts or dependency problems. There are quite a few ways you could do this, ranging from entire VM's (something like virtualbox), to VM containers (something like docker), to language specific isolated environments (something like virtualenv for python or rvm for ruby), to prebuilt environments (something like bitnami). Each one has different pro's and con's (too heavy, too complex, etc) but the general idea is the same; Having the ability to build multiple isolated environments makes it easier for me to maintain those environments. It also gives me the flexibility to test different environment variables with some sort of fallback if something goes wrong. So it's something I would recommend, but YMMV. Another recommendation I would make (not software, but still a must IMO) is to install an SSD and max out the RAM. Feels like a whole new machine! Good luck and have fun.
For me, I like using a lot of desktop window management, however the Mission Control transitions are too slow for me, with the fact that are bulky and uncustomizable.
There is TotalSpaces2, which basically is similar to Ubuntu/etc spaces, but you can customize the transitions, hotkeys, locations, etc. Even though I don't have any transitions (so my switching is instant), you can have cube transitions, etc, very similar to Gnome. Downside to the program: $18, with a trial. If you miss proper desktop management, do it. Combined with Spectacle (A tiling window manager), I have functionality similar to XMonad, so I can use my mac effectively.
Lets see... I recently went Mac for the first time, and what do I have on there?
For "serious" work-related things, I have Sublime Edit and MacPorts. That's everything. I picked up Omnigraffle but it's just not all that useful to me with a small screen. I'll look at using it again when I replace my desktop with a mac (or when I get an external monitor for the MBA)
Oh, and I have MSDN access, so I put Office on there. But honestly, I never use it.
(Disclaimer, I'm an old school "only have 1 page of apps on my iPhone" kind of guy)
https://mizage.com/divvy/
If you are interested in binary objects/executables, check out MachOView. Think of it as an excellent GUI version of nm/readelf (for MachO, obviously) with search.
https://github.com/gdbinit/MachOView