diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-27 21:21:49 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-27 21:21:49 +0200 |
| commit | 35457aa0adfec0c006e00bd82b6e267bf87c8b3c (patch) | |
| tree | 4886f12c86c87f7eb76a63a0d680de311f8ebf36 | |
| parent | 5706f0459dffceeda6a93ba2a5ed723acb728902 (diff) | |
Add README.md
| -rw-r--r-- | README.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..0a604a0 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# **N**ate's **A**rch **I**nstall **S**cript + +## What it does + +This script helps you to setup a fully encrypted arch-setup with two-factor authentification using a *usb drive* and a *passphrase*. + +It also installes my dotfiles, the programs I usually use, my latest dwl build and my wayland programs (such as dmenu-wl, wlock, dbar, etc.). + +## How to use it + +Just download the latest [arch-iso](https://archlinux.org/download). Then execute the following lines to start the install script: + +```sh +$ curl https://git.nathanreiner.xyz/nais/~raw/master/nais > nais +$ chmod +x ./nais +$ ./nais +``` + +Then you will get a dialog driven installer interface, which will ask you for the following: + +1. Root Drive +2. Key USB Drive +3. Username and Password (the password is also used to encrypt the boot partition) +4. Your Time Zone +5. Your Locale +6. The Hostname + +Then select the *Install* option to bootstrap the entire system. If there are no errors +your system will be ready to use.
\ No newline at end of file |