Oh My Zsh Error About Battery

I recently got a new work computer and instead of using Time Machine to restore, I decided to install everything fresh. I installed Oh My Zsh (which is fantastic by the way) which I used on my previous machine. My favorite theme is Candy Kingdom. After switching and relaunching Terminal I noticed the following error after every command prompt display: zsh: command not found: battery_time_remaining Turns out it was a simple problem - I had to enable the battery plugin in my ~/.zshrc config file: ...

November 17, 2014 · 1 min · Aaron

Mac OS X 10.9 Mavericks Calendar + Google Sync Problems

On occasion my Calendar on Mavericks gets hosed when syncing with Google. If I look in the console, I see errors like the following mentioning "An error exists on principal": 6/5/14 10:05:00.337 AM Calendar[59555]: [com.apple.calendar.ui.log] [An error exists on principal: [iCloud]] 6/5/14 10:05:00.338 AM Calendar[59555]: [com.apple.calendar.ui.log] [An error exists on principal: [Time Off]] 6/5/14 10:05:00.340 AM Calendar[59555]: [com.apple.calendar.ui.log] [An error exists on principal: [Events]] 6/5/14 10:05:00.341 AM Calendar[59555]: [com.apple.calendar.ui.log] [An error exists on principal: [Launch]] 6/5/14 10:05:00.341 AM Calendar[59555]: [com.apple.calendar.ui.log] [An error exists on principal: [Conferences]] 6/5/14 10:05:00.342 AM Calendar[59555]: [com.apple.calendar.ui.log] [An error exists on principal: [Some Team]] ...

June 5, 2014 · 2 min · Aaron