Skip to content

Instantly share code, notes, and snippets.

View marhac's full-sized avatar

Martin Strazevsky marhac

  • Czech Republic
View GitHub Profile
@runswithd6s
runswithd6s / getopt-boilerplate.sh
Last active October 24, 2021 07:28
BASH Script Boilerplate
#!/usr/bin/env bash
################################################################################
# Boilerplate Shell Script with getopt parsing
#
# This script is released to the Public Domain by Chad Walstrom
# Chad Walstrom <[email protected]>.
################################################################################
NOACT=0
NAME=$(basename $0|sed 's/\(\..*\)$//')
VERSION="0.1"
@JamesHarrison
JamesHarrison / theme-machine-kitty.reg
Last active November 29, 2019 20:00
Theme Machine. Person of Interest colours for your terminal.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\9bis.com\KiTTY\Sessions\theme-machine]
"Colour0"="191,196,206"
"Colour1"="191,196,206"
"Colour2"="14,15,18"
"Colour3"="14,15,18"
"Colour4"="14,15,18"
"Colour5"="191,196,206"
"Colour6"="0,0,0"