Tag Archives: OS X

Los Angeles Headshots by Richard Sumilang Richard Sumilang Los Angeles Headshot Photography

Automate Your OS X App Installations

"To install, drag this icon..." no more!

I refined my original cask script for installing the software needed on multiple Mac workstations. The new version now allows you to configure parameters of the installation such as install path and which category of applications you wish to install.

The point of this tool is to help me configure (or reconfigure) workstations as needed by removing the manual work of finding the applications I always use online, unpacking, and copying to applications folder. That process becomes a tedious task when working with dozens of pieces of software.

Fork it for your own use on Github!

Read More
Sep 20, 2015 3 min read

Configure Mac OS X Mail App to respond with Gmail aliases

Assuming you have aliases setup in Gmail, it’s fairly easy to configure the Mail application on OS X to respond to the emails using the appropriate alias.

Read More
Jan 8, 2015 1 min read

My cask script!

Say goodbye to manual installations

Finally we get our own apt-get like tool for Mac! Check out cask if you haven’t already! Below is my personal script for my setup. Maybe I’ll move this to chef recipe for my mac one day? ;)

Read More
Oct 26, 2014 1 min read

How to clean and optimize your Aperture Library

Cleanliness is the next to godliness

After time you will notice your Aperture Library growing ridiculously big. Here a are few tips to shrink it back down and keep it optimal.

Read More
Jul 13, 2014 2 min read

Apps I can't live without on OS X

Protip: Want to automate your software installation? Take a look at how I did with cask!

Read More
May 7, 2014 1 min read

How to install Gearman for PHP on OS X

Setup Gearman for PHP with OS X 10.9.2 Mavericks using brew. This requires libgearman and the easiest way to get it is probably to install gearman through brew, of course.

Read More
Apr 23, 2014 1 min read

How to install Gearman on OS X

Setup Gearman job server with OS X 10.9.2 Mavericks using brew.

brew install gearman
Read More
Apr 23, 2014 1 min read

How to install Groovy on OS X

Setup Groovy with OS X 10.9.2 Mavericks using brew.

Read More
Apr 15, 2014 1 min read

How to install Jython on OS X

Setup Jython with OS X 10.9.2 Mavericks using brew.

brew install jython
Read More
Apr 8, 2014 1 min read

How to install Nimrod on OS X

Setup Nimrod with OS X 10.9.2 Mavericks using brew.

brew install nimrod
Read More
Apr 7, 2014 1 min read