Skip to content

Instantly share code, notes, and snippets.

mkpart primary 2048s 100%
cryptsetup luksFormat /dev/nvme1n1p1
cryptsetup luksOpen /dev/nvme1n1p1 crypted
mkfs.fat -F 32 -n boot /dev/nvme0n1p2
mount /dev/disk/by-label/root /mnt
mkdir -p /mnt/boot
mount /dev/nvme0n1p2 /mnt/boot

Replace recursively

:args `rg Neovim -l`

:argdo %s/Neovim/Nvim/ge | update

Replace visual selection

# Scoop
iwr -useb get.scoop.sh | iex
scoop bucket add extras
scoop install `
syncthing `
cygwin `
googlechrome `
autohotkey `
vcredist2015 `