aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index c434b03..af8264c 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,21 @@
My Arch Linux configuration, managed with [chezmoi](https://www.chezmoi.io/).
-## Setup
+## Bootstrap on a fresh Arch install
+
+On a minimal Arch system (only `base` installed), as the regular wheel
+user:
+
+```sh
+curl -fsSL https://raw.githubusercontent.com/sommerfelddev/dotfiles/master/bootstrap.sh | sh
+```
+
+This installs prerequisites, enables `%wheel` in sudoers, builds
+`paru-bin` from the AUR, clones this repo to `~/dotfiles`, runs
+`just init`, and — on EFI systems missing an Arch boot entry —
+launches `create-efi`.
+
+## Setup on an existing system
```sh
chezmoi init --source ~/dotfiles