Squeeze a little more juice out of your OS?
Adding this into my build.sh phase 1 User Template loop.... every bit counts.
#* Reduce GUI animations, maybe speed things up a bit ;) #* Disable individual animations? #/usr/bin/defaults write com.apple.finder 'AnimateInfoPanes' -bool false #/usr/bin/defaults write com.apple.finder 'AnimateWindowZoom' -bool false #/usr/bin/defaults write com.apple.finder 'ZoomRects' -bool false #* Disable all UI animations. /usr/bin/defaults write com.apple.finder 'DisableAllAnimations' -bool true
Adding this into my build.sh phase 1 User Template loop.... every bit counts.