# zack's nixos dotfiles ![image](https://github.com/zackartz/nixos-dots/assets/34588810/0f4c85c2-f9e8-4de3-89c1-0a95c0ab681f) 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 ```