32 lines
919 B
Markdown
32 lines
919 B
Markdown
# zack's nixos dotfiles
|
|
|
|

|
|
|
|
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
|
|
```
|