483 current 2024-04-27 21:12:21 24.05.20240427.9d3911e 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-04-27 21:12:31 -04:00
parent ca0d423615
commit 2e9f75908c
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
5 changed files with 77 additions and 69 deletions

View file

@ -7,3 +7,26 @@ my customized versions of other's dotfiles
major credits to [sioodmy](https://github.com/sioodmy/dotfiles) and [luckasRanarison](https://github.com/luckasRanarison/nvimrc).
could not have done this without their work :)
## How to Install
### Prerequisetes
Grab the latest NixOS ISO from NixOS [nixos.org](https://nixos.org). After that, make a new shell with git available:
```bash
nix shell nixpkgs#git
```
Now, configure your disk as seen [here](https://nixos.wiki/wiki/NixOS_Installation_Guide#Partitioning).
> [!NOTE]
> Just follow the partitioning and mounting steps, the other steps to install will be listed below.
### 1. Cloning the repository
With git installed, clone the repository with
```bash
git clone https://github.com/zackartz/nixos-dots.git && cd nixos-dots
```