Skip to content

Instantly share code, notes, and snippets.

View nickwynja's full-sized avatar

Nick Wynja nickwynja

View GitHub Profile
@nickwynja
nickwynja / gist:f8c78d1afb06a8830bbb7519bef21803
Created October 20, 2016 01:11 — forked from reidransom/gist:6042016
Auto-starting VirtualBox VMs on OS X

Auto-starting VirtualBox VMs on OS X

After finding a lot of other posts on the topic that didn't work out for me this one did the trick so I'm reposting for my own sense of self preservation.

Link to original article.

Copy the Virtualbox autostart plist template file to your system's LaunchDaemons folder.

sudo cp \

/Applications/VirtualBox.app/Contents/MacOS/org.virtualbox.vboxautostart.plist \

@nickwynja
nickwynja / Application.applicationWillSwitchOut.applescript
Created October 10, 2012 21:49 — forked from benspaulding/Application.applicationWillSwitchOut.applescript
AppleScript that will save all documents with unsaved changes when BBEdit loses focus.
(*
File:
Application.applicationWillSwitchOut.scpt
Abstract:
This script will automatically save all on-disk text documents with unsaved
changes when BBEdit loses focus.
Version: