Skip to content

Instantly share code, notes, and snippets.

View J-MR-T's full-sized avatar
💭
It's called road_kill_case

Jim M. R. Teichgräber J-MR-T

💭
It's called road_kill_case
  • Munich
  • 00:08 (UTC +02:00)
View GitHub Profile
@J-MR-T
J-MR-T / .vimrc
Created October 27, 2021 15:37
vimrc (including neovim) 27.10.2021
" General config
"" Line numbers
"set number
"" Case-insensitive search
set ignorecase
""" But only if the search is all lower case, otherwise it (smartly) does
" search case-sensitievly
set smartcase
@J-MR-T
J-MR-T / entry.grub
Created October 11, 2021 10:00
No X/CLI only grub boot entry
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod btrfs
set root='hd0,gpt3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 731eff84-2c4f-4b87-a347-1f19a245e1ca
else
search --no-floppy --fs-uuid --set=root 731eff84-2c4f-4b87-a347-1f19a245e1ca