Skip to content

Instantly share code, notes, and snippets.

@jonniedarko
jonniedarko / uefisetup.sh
Created November 6, 2017 13:47 — forked from Apsu/uefisetup.sh
Arch Linux UEFI Setup
# **************** READ THIS FIRST ******************
#
# This is not a script for you to run. I repeat, do not download and run this!
#
# This is only a guide to show the required steps for successful UEFI + GRUB2 installation
# Many of the choices are examples or assumptions; don't blindly type shit into your machine
# until/unless you at least read the comments around each command
#
# These steps assume you've booted in UEFI mode by preparing your USB stick per these instructions:
# https://wiki.archlinux.org/index.php/UEFI#Archiso
@jonniedarko
jonniedarko / github-stylebot.css
Created June 7, 2019 14:44
My github Stylebot css
// fill width with code/ file
div.container-lg {
width: calc(100% - 20px);
max-width: calc(100% - 20px);
}
@jonniedarko
jonniedarko / firebase.json
Created November 4, 2023 15:15 — forked from katowulf/firebase.json
Example of Firebase emulator unit tests and seed Firestore data
{
"firestore": {
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
},
"emulators": {
"firestore": {
"port": 8080
}
}