Skip to content

Instantly share code, notes, and snippets.

@shimeoki
shimeoki / dual-boot.md
Last active April 10, 2025 20:29
Windows 11 + Arch Linux dual-boot (systemd-boot) installation guide with encrypted partitions (BitLocker and LUKS respectively) and Secure Boot (UEFI)

My Windows 11 + Arch Linux dual-boot installation

Caution

All actions are at your own risk! This has been tested by me, but does not guarantee your success.

Read everything at least once before actually following the guide. If something goes wrong, stop immediately. Consider starting from the beginning.

About the guide

@shimeoki
shimeoki / venv.sh
Created February 18, 2025 14:11
venv wrapper
#!/bin/env sh
# venv v1.0.0
#
# my posix-compatible fork of venv wrapper script from these two sources:
#
# - https://gist.github.com/dbtek/fb2ddccb18f0cf63a654ea2cc94c8f19
# - https://gist.github.com/benlubas/5b5e38ae27d9bb8b5c756d8371e238e6
#
# this gist is a mirror of functions/venv.sh from shimeoki/dotfiles repository.