From 9a88e9ff0385f66e7c565a394908503dc6e916ad Mon Sep 17 00:00:00 2001 From: neodarz Date: Fri, 28 Apr 2017 00:30:19 +0200 Subject: Site updated at 2017-04-28T00:29:42+02:00 source branch was at: f1965c50670f611ef54f9471490d45a554f7d866 Correct a link --- .../2015-08-25-automated-os-x-provisioning.html | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 build/blog/2015-08-25-automated-os-x-provisioning.html (limited to 'build/blog/2015-08-25-automated-os-x-provisioning.html') diff --git a/build/blog/2015-08-25-automated-os-x-provisioning.html b/build/blog/2015-08-25-automated-os-x-provisioning.html new file mode 100644 index 00000000..cc0881db --- /dev/null +++ b/build/blog/2015-08-25-automated-os-x-provisioning.html @@ -0,0 +1,52 @@ + + + + + + + +Automated OS X provisioning + + + + + + + + +
This blog has been archived.
Visit my home page at zhimingwang.org.
+ +
+
+

Automated OS X provisioning

+ +
+

After quite a bit of work, I finally have a decent OS X provisioning system, capable of provisioning a blank OS X install (with Xcode and CLT) for development and everyday life.

+

Here it is: zmwangx/dotfiles/provision. In case the path changes in the future and invalidates the aforementioned URL, here is the archived provisioning script at the current master. Of course the provisioning system is not a single script; it reads and executes modules from a provision.d directory, which in turn links into other specialized parts of the system.

+

Selling points:

+ +

Thus far tested on OS X 10.10 and 10.11. Works pretty well. Of course OS X provisioning (with so many impossible-to-automate tasks) is still a hell lot harder than Linux provisioning, but hopefully this system will safe me a considerable amount of time and trouble during my at-least-twice-a-year clean OS installation and beta testing in VMs.

+
+provision at work. Provisioning a blank machine is probably the only time I need Terminal.app. +

provision at work. Provisioning a blank machine is probably the only time I need Terminal.app.

+
+
+
+ + + -- cgit v1.2.1