Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 768 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 768 Bytes

Dotfiles

dotfiles as imagined by DALL-E

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 pre-commit, so to ensure hooks are correctly set up, you should execute pre-commit 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***