Skip to content

Instantly share code, notes, and snippets.

View jerlendds's full-sized avatar
💭
🦷🧵🦾

jerlendds jerlendds

💭
🦷🧵🦾
  • Private
  • Cyberspace
View GitHub Profile
@jerlendds
jerlendds / fstab
Created March 6, 2026 17:50
/etc/fstab
# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/nvme0n1p2
UUID=593f3eef-7936-4c46-bcb8-eb3798391dae / ext4 rw,relatime 0 1
# /dev/nvme0n1p1
UUID=42FB-D13E /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2
@jerlendds
jerlendds / kitty.conf
Last active March 6, 2026 20:30
~/.config/kitty/kitty.conf
background_opacity 0.90
background_blur 20
foreground #c8ffd8
background #020402
cursor #00ff9c
cursor_text_color #020402
selection_foreground #000000
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
@jerlendds
jerlendds / README.md
Created March 14, 2026 06:45 — forked from MaxWolf-01/README.md
Quartz copy raw markdown component

Preview:

image

Setup:

  • copy RawMarkdown.tsx to quartz/components
  • copy rawmarkdown.scss to quartz/components/styles
  • copy rawmarkdown.inline.ts to quartz/components/scripts
  • put it somewhere in quartz.layout.ts I put it as the last component before the body (view it in action):