diff options
| -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 |