Skip to content

Instantly share code, notes, and snippets.

View euclideansphere's full-sized avatar

Austin Hartline euclideansphere

View GitHub Profile
const bypass = [
// function names to avoid logging
];
const collapsed = [
// function names to groupCollapsed
];
module.exports = function(babel) {
const { types: t } = babel;
const wrapFunctionBody = babel.template(`{
@chriscandy
chriscandy / install-arch-linux-using-efi-and-grub.md
Last active June 30, 2024 04:28
Install Arch Linux using EFI and GRUB

Installing Arch linux with EFI

  1. Change keyboard layout:

    • loadkeys no
  2. Verify boot mode:

    • ls /sys/firmware/efi/efivars (If the directory exist your computer supports EFI)
  3. Ping some site on the Internet to verify connection:

  • ping archlinux.org