chore: update README
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s

Removed stale documentation and mentioned the canonical repo
This commit is contained in:
alejandro-angulo 2024-10-30 19:45:31 -07:00
parent 79228d7815
commit 48c04a94fa
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -1,5 +1,8 @@
# dotfiles # 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 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. 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 To apply a system configuration, run `nixos-rebuild switch`. See `nixos-rebuild
--help` for more information. --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 ## Inspiration
Heavily inspired by Jake Hamilton's configuration: Heavily inspired by Jake Hamilton's configuration: