From 48c04a94fa5cac713cf94782f92461179c2a9265 Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Wed, 30 Oct 2024 19:45:31 -0700 Subject: [PATCH] chore: update README Removed stale documentation and mentioned the canonical repo --- README.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 56426dd..09c9a06 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # dotfiles +The canonical version of this repo lives on my personal git server at +[https://git.alejandr0angul0.dev/alejandro-angulo/dotfiles](https://git.alejandr0angul0.dev/alejandro-angulo/dotfiles). + My nix configuration. The name of this repo is a bit of a misnormer since I'm no longer managing dotfiles with a tool like stow. @@ -8,20 +11,6 @@ longer managing dotfiles with a tool like stow. To apply a system configuration, run `nixos-rebuild switch`. See `nixos-rebuild --help` for more information. -## Development - -Set up `direnv` - -```bash -echo 'use flake' > .envrc && direnv allow -``` - -And setup pre-commit hooks - -```bash -pre-commit install -``` - ## Inspiration Heavily inspired by Jake Hamilton's configuration: