This seems like a better-documented, less-complete, and less user-friendly version of Secrets[1].<p>[1] <a href="http://secrets.blacktree.com" rel="nofollow">http://secrets.blacktree.com</a>
Cool stuff, lots of really good automation tricks that I haven't seen. I have a similar routine of doing a clean wipe every once in a while and wrote a bunch of scripts to make the process less painful.<p>One of the more useful ones is a small shell wrapper around homebrew cask that batches installation packages based on category, and one that automates symbolically linking dotfiles using a configuration file.<p><a href="https://gist.github.com/jjangsangy/c226a9d199fdd9ecba1f" rel="nofollow">https://gist.github.com/jjangsangy/c226a9d199fdd9ecba1f</a><p><a href="https://gist.github.com/jjangsangy/2951a63fe45d2010bd8d" rel="nofollow">https://gist.github.com/jjangsangy/2951a63fe45d2010bd8d</a>
I use Karabiner to customize just two keys, does anyone know how can I make the enter key act as a control key when pressed simultaneously with another key and act as enter key when pressed alone? was thinking of a script that is called at startup.
A better way to handle these (in my opinion) is to use the Secrets.prefPane .. and the related website:<p><a href="http://secrets.blacktree.com/" rel="nofollow">http://secrets.blacktree.com/</a><p>A much more comprehensive collection of tweaks and tips for OSX administration.. though I did learn a few things from WhiskyKilo which were quite interesting - I have wondered how to do this from the command line for years and am glad to have finally learned: "sudo softwareupdate -i -a" .. fantastic!
Without delving much past the first page, it seems like Boxen would cover a lot of this territory? Boxen [1] is a puppet-based OS-X provisioning tool used by (among others) GitHub to set up new Macs in a hurry. It does take a little while to get configured and dialed in, but once it's set up, (re)provisioning a new Mac is almost fun.<p>[1] <a href="https://boxen.github.com/" rel="nofollow">https://boxen.github.com/</a>
"This will download and install all updates available for your Mac: sudo softwareupdate -i -a"<p>I'm assuming that it won't install App Store software that is in your account but not installed on the current machine? Which if so is a shame that Apple haven't exposed this via the command line (preferably specifying the name of the application to install).