0
0
mirror of https://github.com/letic/Shell-Scripts.git synced 2024-09-27 21:46:03 +00:00

Update bootstrap.sh

This commit is contained in:
Mark McDonnell 2016-04-11 07:32:34 +01:00
parent 615a2cfd3f
commit b3f2d958b1

View File

@ -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