diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -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 |
