Skip to content

Instantly share code, notes, and snippets.

View tomevans18's full-sized avatar

Tom Evans tomevans18

View GitHub Profile
#!/usr/bin/env bash
# Install command-line tools using Homebrew.
# Ask for the administrator password upfront.
sudo -v
# Keep-alive: update existing `sudo` time stamp until the script has finished.
while true; do
sudo -n true
@tomevans18
tomevans18 / HTML Style Guide.md
Last active October 12, 2017 15:24
HTML Style Guide