config/README.md

33 lines
919 B
Markdown
Raw Normal View History

2024-04-02 23:33:04 -04:00
# zack's nixos dotfiles
2024-04-18 20:19:48 -04:00
![image](https://github.com/zackartz/nixos-dots/assets/34588810/0f4c85c2-f9e8-4de3-89c1-0a95c0ab681f)
2024-04-02 23:33:04 -04:00
my customized versions of other's dotfiles
2024-04-03 01:26:43 -04:00
major credits to [sioodmy](https://github.com/sioodmy/dotfiles) and [luckasRanarison](https://github.com/luckasRanarison/nvimrc).
2024-04-02 23:33:04 -04:00
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
```