Posts Tagged ‘Mac’
Hemisu for (Mountain) Lion Terminal
The counterpart to the dichromatic Hemisu color scheme for Vim, Hemisu for OS X (Mountain) Lion’s Terminal.app comes in two versions, dark and light.
Mac OS X Lion Terminal Theme: Peppermint
I do a lot of work in Mac OS X’s Terminal.app, and I’ve spent some time tweaking the colors, font, and other settings to get it just right. The result is Peppermint, a Terminal theme for Lion (and Mountain Lion):
Snapshot Coda Plug-in
I authored a very small plug-in for Coda that will save a copy of an open document with a timestamp appended to the name. The reason being that I constantly find myself making small edits to sites that I don’t maintain myself (which makes putting them under version control impractical), and I want to make a quick backup of a file I’ve downloaded before applying my changes. I realized today that it would be worth my time to automate the [...]
Virtual Hosts in Apache
I usually find it convenient to develop my websites and Web applications locally before pushing them to a staging server. Mac OS X conveniently comes with the Apache Web server pre-installed. In fact, all you really need to do to start using it is to check the “Web Sharing” checkbox in System Preferences… > Sharing . You can then use your Web browser to navigate to http://localhost/, and you should see whatever files are in your Web root. The default [...]