Skip to content

Instantly share code, notes, and snippets.

@ejfinneran
ejfinneran / setup.sh
Last active August 29, 2015 14:04 — forked from calavera/setup.sh
#! /bin/sh
# Enable FileVault
if [[ `fdesetup status` != "FileVault is On." ]]; then
sudo fdesetup enable
fi
xcode-select --install
echo "###############################################################"