Skip to content

Instantly share code, notes, and snippets.

View ijsbol's full-sized avatar
🍵
i wish i was drinking matcha rn

abi ijsbol

🍵
i wish i was drinking matcha rn
View GitHub Profile
@phortuin
phortuin / signing-git-commits.md
Last active February 15, 2026 03:59
Set up a GPG key for signing Git commits on MacOS (M1)

Based on this blogpost.

To sign Git commits, you need a gpg key. GPG stands for GNU Privacy Guard and is the de facto implementation of the OpenPGP message format. PGP stands for ‘Pretty Good Privacy’ and is a standard to sign and encrypt messages.

Setting up

Install with Homebrew:

$ brew install gpg
@fnky
fnky / ANSI.md
Last active February 28, 2026 17:23
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@matthewzring
matthewzring / markdown-text-101.md
Last active February 19, 2026 16:25
A guide to Markdown on Discord.

Markdown Text 101

Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...

What this guide covers: