Tag Archives: osx

Using MacVim as your git mergetool

Install MacVim and the command line tool, mvim. Then in your ~/.gitconfig add this, thusly (replacing the path to mvim with the correct one): [merge] tool = mvim[mergetool “mvim”] cmd=/Users/tjweir/bin/mvim -d -g $LOCAL $MERGED $REMOTE keepbackup=false Then you can “git … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

iPhone SDK Beta 5 – 1 hour to install. …

iPhone SDK Beta 5 – 1 hour to install. 2 gigs to download. Not lightweight, but it was a simple clean install.

Posted in Uncategorized | Tagged , , | Leave a comment

Image editors on OS X make for a disappo…

Image editors on OS X make for a disappointing experience when trying to make CharacterMaps. Acorn and Pixelmator are not helpful.

Posted in Uncategorized | Tagged , , | Leave a comment

HTTPClient: Debugging HTTP headers the sexy way

You can find it here: HTTPClient Todd Ditchendorf also wrote Fluid.app which is an awesome Single-Site Browser application. Hat tip to Al3x’s Delicious.com stream.

Posted in General | Tagged , , , | Comments Off