Skip to content

Instantly share code, notes, and snippets.

View LeonardoMor's full-sized avatar

Leonardo Mora LeonardoMor

  • Cisco
  • Costa Rica
  • 02:20 (UTC -06:00)
View GitHub Profile
@jaycem-dev
jaycem-dev / install_kanata_macos.sh
Last active February 27, 2026 21:08
Install Kanata and latest Karabiner driver on macOS
#!/usr/bin/env bash
# IMPORTANT: I don't use macOS anymore so I'll probably won't update the script anymore
# Installs Karabiner DriverKit, Kanata, and sets up LaunchDaemons (no disk logging)
set -euo pipefail
# Color variables
MAGENTA='\033[35m'
@fnky
fnky / ANSI.md
Last active March 11, 2026 23:07
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 March 11, 2026 14:46
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: