Note
The ~ or $HOME is used to denote your home directory. On Windows this will typically be at C:\Users\[YOUR_USERNAME]\. On Linux this will typically be at /home/[YOUR_USERNAME]/.
Warning
Some parts of these files and scripts may expect the repo to be cloned to ~/.dotfiles. Cloning it anywhere else could lead to some stuff not working as expected.
This repo is setup with prek, so to ensure hooks are correctly set up, you should execute prek install.
Dont forget to add a Github PAT to ~/.config/nix/nix.conf, see https://nix.dev/manual/nix/2.24/command-ref/conf-file.html
access-tokens = github.com=***PAT***