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?
Divvy lets you easily resize windows to a grid pattern. There may be similar free utilities but I found that it was worth the $14.<p><a href="https://mizage.com/divvy/" rel="nofollow">https://mizage.com/divvy/</a><p>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.<p><a href="https://github.com/gdbinit/MachOView" rel="nofollow">https://github.com/gdbinit/MachOView</a>
These are my 'must-haves', or very close to it, and most of them are free or offer a free version.<p>Alfred 2 (search and a lot more)<p>aText (text expansion)<p>Adium (Chat)<p>Adapter (audio/video filetype conversion)<p>Caffeine (prevent display from dimming or sleeping)<p>Chrome (browser)<p>Colloquy (IRC client)<p>Dash (documentation and snippet browser)<p>Dashlane (password management)<p>Doubleplane (window resizing)<p>Dropbox (cloud storage)<p>Evernote (notes, bulky)<p>Firefox (browser)<p>F.lux (smart display brightness)<p>Handbrake (video transcoder)<p>Hazel (file/folder automation)<p>iTerm (terminal replacement)<p>Jumpcut (store and recall clipboard history)<p>MailMate (email)<p>Mou (markdown editor with live preview)
Readkit (RSS reader)<p>Screenmailer (free, easy screencast creation and sharing)<p>Simplenote (notes, lean)
Skype (calls)<p>Spark (hotkey)<p>Sublime Text Editor 3 (text editor)<p>TicToc (time tracking)<p>VLC (media player)
For the people who use Alfred (<a href="http://www.alfredapp.com/" rel="nofollow">http://www.alfredapp.com/</a>), I'm curious to know Alfred's advantages over the native Spotlight (which IMO works fairly well) or other similar apps like Found (<a href="https://www.foundapp.com/" rel="nofollow">https://www.foundapp.com/</a>) or Quicksilver (<a href="http://qsapp.com/download.php" rel="nofollow">http://qsapp.com/download.php</a>)?<p>Oh and to add my two cents to the OP's question:<p>HyperDock (<a href="http://hyperdock.bahoom.com/" rel="nofollow">http://hyperdock.bahoom.com/</a>): Windows 7 functionality to preview individual windows
<a href="https://github.com/thoughtbot/laptop" rel="nofollow">https://github.com/thoughtbot/laptop</a> will install Homebrew, Tmux, Silver Searcher, Postgres, Redis, a few programming languages, and other items.<p><a href="https://github.com/thoughtbot/dotfiles" rel="nofollow">https://github.com/thoughtbot/dotfiles</a> sets up a bunch of slick aliases and plugins for Vim and ZSH to make development productive.
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.
You have a good older brother.<p>I recommend these apps.<p><Developing><p><pre><code> iTerm2
Firefox
Sublime Text
Cyberduck
Xcode
Gimp(Image)
Skitch(Image)
</code></pre>
<Productivity><p><pre><code> Evernote
Dropbox
Alfred
Memory Clean
1Password</code></pre>
Alfred App is an absolute essential in my book (especially custom web searches) <a href="http://www.sequelpro.com/" rel="nofollow">http://www.sequelpro.com/</a><p>Sublime Text. Makes u feel like a magician. <a href="http://www.sublimetext.com/" rel="nofollow">http://www.sublimetext.com/</a><p>Sequel Pro. Best db manager out there. Wish they just supported more than MySQL. <a href="http://www.sequelpro.com/" rel="nofollow">http://www.sequelpro.com/</a><p>iTerm2. The built in terminal in OS X kind of sucks. <a href="http://www.iterm2.com/" rel="nofollow">http://www.iterm2.com/</a><p>Homebrew. The missing package manager for OS X. <a href="http://brew.sh/" rel="nofollow">http://brew.sh/</a>
Some great submissions here already (second/third the usual suspects Divvy, Alfred, VLC, Sublime Text et al.)<p>Depending on what you use for productivity, you might find a Pomodoro Timer useful. There are loads, and I quite like this one: <a href="https://itunes.apple.com/gb/app/pomodoro-timer-focus-on-your/id872515009?mt=12" rel="nofollow">https://itunes.apple.com/gb/app/pomodoro-timer-focus-on-your...</a> (or just use the Chrome app <a href="http://tomato-timer.com/" rel="nofollow">http://tomato-timer.com/</a>)<p>And for writing creatively, I can highly recommend OmmWriter. <a href="http://www.ommwriter.com/" rel="nofollow">http://www.ommwriter.com/</a>
The other recommendations are awesome.<p>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.<p>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?<p>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)<p>Oh, and I have MSDN access, so I put Office on there. But honestly, I never use it.<p>(Disclaimer, I'm an old school "only have 1 page of apps on my iPhone" kind of guy)
SourceTree from Altassian git and mercurial client, free<p><a href="http://www.sourcetreeapp.com" rel="nofollow">http://www.sourcetreeapp.com</a><p>CodeRunner from Nikolai Krill for easily running/testing code snippets in any language, $9.99 on the App Store<p><a href="http://krillapps.com/coderunner/" rel="nofollow">http://krillapps.com/coderunner/</a>
Guardian Angel is pretty cool, it locks your Mac when you walk away so you don't need a password to lock / unlock it. Definitely worth checking out for $4 - <a href="https://itunes.apple.com/us/app/guardian-angel/id657241260?mt=12" rel="nofollow">https://itunes.apple.com/us/app/guardian-angel/id657241260?m...</a>