Skip to content

Instantly share code, notes, and snippets.

@hvan021
hvan021 / urchin_parts_bom.csv
Created December 21, 2024 12:51 — forked from irizwaririz/urchin_parts_bom.csv
Bare PCB Urchin Keyboard Parts List
Amount Part Part Number (if any) Notes Estimated Price (w/o shipping) Where to get/buy
1 pc Urchin PCB set Build guide: https://youtu.be/CHSh1-dJq24 https://github.com/duckyb/urchin
34 pcs Kailh Choc v1 hot swap sockets https://www.aliexpress.com/item/33023283633.html OR https://keebd.com/products/kailh-hot-swappable-low-profile-1350-pcb-socket-pack-of-10
34 pcs Kailh Choc v1 switches PG1350 https://nextkeyboard.club/product/choc-v1-switches-pack-of-5 OR https://shop.beekeeb.com/product/kailh-low-profile-choc-v1-key-switches-pg1350-chocolate-10-pcs OR https://www.aliexpress.com/item/4000419542482.html
34 pcs Choc v1 keycaps ✅ 1u size. To understand what "1u" means, refer to this: https://www.dwarf-factory.com/keycap-length https://nextkeyboard.club/product-category/keycaps/choc-keycaps
34 pcs SMD diodes 1N4148w SOD-123 package https://nextkeyboard.club/product/switch-diode-1n4148w-sod-123-smd
2 pcs nice!nano microcontroller boards ✅ https://nextkeyboard.club/product/nicenano OR https://shop.b
@hvan021
hvan021 / ncmpcpp.md
Created November 20, 2023 04:44 — forked from travis-g/ncmpcpp.md
Cheat Sheet for ncmpcpp

ncmpcpp Cheat Sheet

Movement

  • Up k - Move cursor up
  • Down j - Move cursor down
  • [ - Move cursor up one album
  • ] - Move cursor down one album
  • { - Move cursor up one artist
  • } - Move cursor down one artist
#!/bin/sh
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'
green='\033[0;32m'

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname