Skip to content

Instantly share code, notes, and snippets.

View danielroedl's full-sized avatar

Daniel Rödl danielroedl

  • elbbits GmbH
  • Dresden, Germany
View GitHub Profile
@nuxeh
nuxeh / nixinst.sh
Created May 12, 2020 12:00
Automated NixOS installer script
#!/bin/sh
#
# For installing NixOS having booted from the minimal USB image.
#
# To run:
#
# sh -c "$(curl https://eipi.xyz/nixinst.sh)"
#
# https://eipi.xyz/blog/nixos-x86-64
@fnky
fnky / ANSI.md
Last active November 13, 2025 17:10
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27