Skip to content

Instantly share code, notes, and snippets.

View GingerGraham's full-sized avatar

Graham Watts GingerGraham

View GitHub Profile
@GingerGraham
GingerGraham / mermaid-tutorial.md
Last active August 4, 2025 15:58
A comprehensive starter guide for mermaid diagrams
@GingerGraham
GingerGraham / bash_logging.md
Last active January 19, 2026 15:23
Bash Logging

Bash Logging Module

A flexible, reusable logging module for Bash scripts that provides standardized logging functionality with various configuration options.

Important

This version of the bash logging module is now deprecated and the gist is no longer maintained. Please see the full release bash-logger

Note

This deprecated version has been left for reference purposes only.

@GingerGraham
GingerGraham / #Jekyll-Templates
Last active January 3, 2022 07:00
Jekyll Template Files
This gist includes the following sample files:
- _config.yml
- Gemfile
- template Markdown file with Front Matters
@GingerGraham
GingerGraham / .gitignore
Last active January 19, 2022 14:43
Repo Start Files
# -----------------------------------------------------------------
# .gitignore
# Forked from below source
# Bare Minimum Git
# http://ironco.de/bare-minimum-git/
# ver 20181206
#
# From the root of your project run
# curl -O https://gist.githubusercontent.com/salcode/10017553/raw/.gitignore
# to download this file
@GingerGraham
GingerGraham / WindowsTerminalColourSchemes.json
Created May 22, 2020 21:41
Windows Terminal Colour Schemes
// Add custom color schemes to this array.
// To learn more about color schemes, visit https://aka.ms/terminal-color-schemes
"schemes": [
{
"name" : "Campbell",
"background" : "#0C0C0C",
"black" : "#0C0C0C",
"blue" : "#0037DA",
"brightBlack" : "#767676",
"brightBlue" : "#3B78FF",