chore: update README
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
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:
parent
79228d7815
commit
48c04a94fa
17
README.md
17
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:
|
||||
|
|
Loading…
Reference in a new issue