···11+# So, you want to use my dots?
22+33+Hey there! This guide supplements the README with additional details about using the installation scripts. I've tried to make installation as painless as possible. (mainly because i hate typing in commands manually with no autocomplete; yeah ik im not a "true" linux nerd but whatever lol)
44+55+## The Automated Way (Recommended)
66+77+### Step 1: Get connected
88+99+First, make sure you've got internet! (this is already covered in [`README.md`](/README.md) so not duplicating here) Also don't forget to double check with `ping 1.1.1.1`
1010+1111+### Step 2: Run the install script
1212+1313+```bash
1414+curl -L https://raw.githubusercontent.com/taciturnaxolotl/dots/main/nixos/install.sh -o install.sh
1515+chmod +x install.sh
1616+./install.sh
1717+```
1818+1919+This magic script will:
2020+- Make sure you're online
2121+- Enable git (required for the rest of this charade)
2222+- Partition your disks with disko
2323+- Clone my dots to the right place
2424+- Let you add your SSH key if you've got one
2525+- Install the flake
2626+- Send you off to reboot land
2727+2828+### Step 3: First login after reboot
2929+3030+After the system reboots, login with user `kierank` and password `lolzthisaintsecure!`
3131+3232+(Please change this password immediately!)
3333+3434+### Step 4: Run the post-install script
3535+3636+```bash
3737+curl -L https://raw.githubusercontent.com/taciturnaxolotl/dots/main/nixos/post-install.sh -o post-install.sh
3838+chmod +x post-install.sh
3939+./post-install.sh
4040+```
4141+4242+This script will walk you through:
4343+- Changing your password (if you haven't already)
4444+- Moving config files to your home directory
4545+- Setting up the fingerprint reader (optional)
4646+- Configuring git (optional)
4747+- Rebuilding the system with your hostname
4848+4949+## Available System Configurations
5050+5151+Currently, this repo has the following system configurations:
5252+5353+- `moonlark` - My Framework laptop setup (default config)
5454+5555+You'll be asked which one you want during the installation.
5656+5757+Good luck, and may the nix gods be with you! 🙏