Skip to content

Instantly share code, notes, and snippets.

@medecau
medecau / witchhazelhypercolor.zsh-theme
Last active July 23, 2021 15:19 — forked from zoeisnowooze/witchhazelhypercolor.zsh-theme
Witch Hazel Hypercolor ZSH Theme
# Witch Hazel Hypercolor ZSH Theme
#
# https://witchhazel.thea.codes/
# https://twitter.com/ZoeIsNowOoze/status/1418271734327820289
#
# 1. Create a file ~/.oh-my-zsh/custom/themes/witchhazelhypercolor.zsh-theme
#
# 2. Set the name of the theme to load in the ~/.zshrc configuration, for example:
#
# ZSH_THEME="witchhazelhypercolor"
@medecau
medecau / bootstrap_changelog.py
Created January 6, 2023 21:47
A CHANGELOG bootstrap script
import argparse
import re
import subprocess
import shlex
import itertools
# this will be used for SUBJECT_CATEGORIES
def insensitive(pattern):
"""Return a case-insensitive regex pattern."""