From b3f2d958b117e037380537fbc100d0e80a884db3 Mon Sep 17 00:00:00 2001 From: Mark McDonnell Date: Mon, 11 Apr 2016 07:32:34 +0100 Subject: [PATCH] Update bootstrap.sh --- bootstrap.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 3ec3ac4..8f3abed 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,16 @@ #!/bin/bash +# +# Example: +# /bin/bash bootstrap.sh +# +# Description: +# Configures Mac OS X settings +# Installs baseline dependencies (e.g. XCode and Homebrew) required to facilitate further installations +# Updates and configures the Bash shell +# Homebrew used to install the majority of packages and applications +# Configure git version control +# Install remaining apps from Mac App Store +# Some final miscellaneous configuration # Enable a form of 'strict mode' for Bash set -euo pipefail