Skip to content

Instantly share code, notes, and snippets.

View BraydenGirard's full-sized avatar
🏠
Working from home

Brayden Girard BraydenGirard

🏠
Working from home
View GitHub Profile
@BraydenGirard
BraydenGirard / setup-dev.sh
Last active March 2, 2026 20:58
Cross-platform dev setup script
#!/usr/bin/env bash
# setup-dev.sh version 1.0.4
set -euo pipefail
SCRIPT_VERSION="1.0.4"
log() {
printf '\n[setup] %s\n' "$1"
}
@BraydenGirard
BraydenGirard / install.sh
Last active January 7, 2026 21:24
Install Teamwork Time
#!/usr/bin/env bash
# Teamwork CLI Time Logger Installation Script
#
# Usage: curl -fsSL https://gist.githubusercontent.com/arcticleaf/YOUR_GIST_ID/raw | bash
#
# NOTE: This file is distributed via a public GitHub Gist.
# When you update this file, remember to also update the gist at:
# https://gist.github.com/arcticleaf/YOUR_GIST_ID
set -e