Reality-Loop

My OSX Tools List for 2014

February 16, 2014 | 2 Minute Read
This post was originally posted on my old blog.

This weekend I got my new Mac Book Pro:

IMG 1884

I decided to set it up from scratch. This is the software I installed:

Useful System Tools:

 

Development: 

 

Other Software:

*->Installed through App Store

I am grateful for any tips and suggestions:
What did I miss? Where do you know a better option?

Update: TextMate 2 installs its own QuickLook Plugin which I don’t like: I uninstalled it by deleting the Folder TextMate.app/Contents/Library/QuickLook/ and restarting the Finder.

Update: In order to quick look html files as code and not rendered I changed the content of ~/Library/QuickLook/QLColorCode.qlgenerator/Contents/Info.plist and extended the following block:
	<key>LSItemContentTypes</key>
<array>
... <string>public.plain-text</string>
<string>public.html</string>
<string>public.xhtml</string>
</array>