Skip to content

Instantly share code, notes, and snippets.

View Lyn203's full-sized avatar
🌺
Working from home

Lyn Lyn203

🌺
Working from home
View GitHub Profile
@Lyn203
Lyn203 / arch-linux-install
Created September 21, 2019 16:06 — forked from santatic/arch-linux-install
Minimal instructions for installing arch linux on an UEFI system with full system encryption using dm-crypt and luks
# Install ARCH Linux with encrypted file-system and UEFI
# The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
# Tutorial: http://gloriouseggroll.tv/arch-linux-efi-install-guide/
# Download the archiso image from https://www.archlinux.org/
# Copy to a usb-drive
dd if=archlinux.img of=/dev/sdX bs=16M && sync # on linux
# Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration.
@Lyn203
Lyn203 / Antimony.css
Created March 3, 2019 16:37 — forked from ollytheninja/Antimony.css
Markdown css Just add <link href="style.css" rel="stylesheet"></link> to the start of your markdown document.
* { margin: 0; padding: 0; }
abbr,acronym,blockquote,code,dir,kbd,listing,plaintext,q,samp,tt,var,xmp { hyphens: none; }
html {
padding: 2em;
font: normal 18px/1.25 Source Sans Pro, sans-serif;
color: #000;
hyphens: auto;