Skip to content

Instantly share code, notes, and snippets.

View s0dyy's full-sized avatar
🇫🇷

s0dyy

🇫🇷
View GitHub Profile
@s0dyy
s0dyy / NixOS-install.md
Last active July 15, 2022 09:45
NixOS install (NVME / ESP / EXT4 ON LUKS / SYSTEMD-BOOT / GNOME)
  _   _ _______   ______   _____     _____ _   _  _____ _______       _      _      
 | \ | |_   _\ \ / / __ \ / ____|   |_   _| \ | |/ ____|__   __|/\   | |    | |     
 |  \| | | |  \ V / |  | | (___ ______| | |  \| | (___    | |  /  \  | |    | |     
 | . ` | | |   > <| |  | |\___ \______| | | . ` |\___ \   | | / /\ \ | |    | |     
 | |\  |_| |_ / . \ |__| |____) |    _| |_| |\  |____) |  | |/ ____ \| |____| |____ 
 |_| \_|_____/_/ \_\____/|_____/    |_____|_| \_|_____/   |_/_/    \_\______|______|

NVME / ESP / EXT4 ON LUKS / SYSTEMD-BOOT / GNOME

@s0dyy
s0dyy / Exherbo-Linux-Kernel-Config
Last active October 22, 2023 11:50
Exherbo Linux Kernel Config
#!/bin/bash
make defconfig
scripts/config \
`# General setup` \
-e CONFIG_IKCONFIG `# Kernel .config support` \
-e CONFIG_IKCONFIG_PROC `# Enable access to .config through /proc/config.gz` \
\
`# Device drivers` \
@s0dyy
s0dyy / Exherbo-Linux-Install.md
Last active May 7, 2024 13:50
Exherbo Linux Install (ESP / XBOOTLDR / BTRFS ON LUKS / SYSTEMD-BOOT / DRACUT)
  ________   ___    _ ______ _____  ____   ____       _____ _   _  _____ _______       _      _      
 |  ____\ \ / / |  | |  ____|  __ \|  _ \ / __ \     |_   _| \ | |/ ____|__   __|/\   | |    | |     
 | |__   \ V /| |__| | |__  | |__) | |_) | |  | |______| | |  \| | (___    | |  /  \  | |    | |     
 |  __|   > < |  __  |  __| |  _  /|  _ <| |  | |______| | | . ` |\___ \   | | / /\ \ | |    | |     
 | |____ / . \| |  | | |____| | \ \| |_) | |__| |     _| |_| |\  |____) |  | |/ ____ \| |____| |____ 
 |______/_/ \_\_|  |_|______|_|  \_\____/ \____/     |_____|_| \_|_____/   |_/_/    \_\______|______|

NVME / ESP / XBOOTLDR / BTRFS ON LUKS / SYSTEMD-BOOT / DRACUT

This guide is based on several documentations