Skip to content

Instantly share code, notes, and snippets.

View a7p11t's full-sized avatar

Jun Kato (junk) a7p11t

  • Japan/Kanagawa
View GitHub Profile
@otaon
otaon / git-prefix.md
Last active March 30, 2022 03:52
gitのcommitで使用するプレフィックス
@renich
renich / 00-gentoo-installation-partitioning.bash
Last active April 2, 2026 04:32
Install Gentoo on BtrFS subvolumes + UEFI
#!/usr/bin/env bash
# WARNING!!
# This will obliterate all the data in your partition!! (not actually true, but act as if it was)
# Do NOT execute this script if you don't fully understand it!
# a few vars
amount_of_swap=$( free --si -g | grep Mem: | gawk '{ print $2 + 1}' )
# create directories