Skip to content

Instantly share code, notes, and snippets.

View bradbatt's full-sized avatar

Brad Batt bradbatt

View GitHub Profile
@bradbatt
bradbatt / afplaypause
Created June 9, 2015 19:22
Universal Play / Pause script for afplay
#!/bin/zsh
afplay_status=$(ps -clx | grep 'afplay' | awk '{print $11}')
if [[ $afplay_status == T ]] then
killall -CONT -c "afplay"
else
killall -STOP -c "afplay"
fi

Retina Macbook Pro

Fresh Mavericks OS X Install

Run Software Update…

- OS X Update 10.9.1, iBooks, iTunes, etc.
- Install / Update Apple Programs (Optional)
	- iWork (Pages, Numbers, Keynote)
	- iLife (iMovie, iPhoto, Garageband)