Skip to content

Instantly share code, notes, and snippets.

View cschroeter's full-sized avatar
🎅

Christian Schröter cschroeter

🎅
View GitHub Profile
#!/usr/bin/env bash
echo "Starting bootstrapping"
# Check for Homebrew, install if we don't have it
if test ! $(which brew); then
echo "Installing homebrew..."
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi
@cschroeter
cschroeter / cloudSettings
Created April 30, 2018 18:42
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-04-30T18:41:47.163Z","extensionVersion":"v2.9.0"}