Update README.md

This commit is contained in:
Tyler 2025-03-07 08:51:24 -05:00 committed by GitHub
parent bbd211508f
commit 77b1b567e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,27 +3,11 @@
## Required programs
- `nix` : package manager
- `home-manager`: config manager
- `yadm`: dotfiles manager
- `chezmoi`: dotfiles manager
# Steps
Starting from a clean system.
1. Install nix
```bsah
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
```
2. Clone repo
```bash
nix run nixpkgs#yadm -- clone git@github.com:tmayoff/.dotfiles.git
```
3. Bootstrap
```bash
nix run nixpkgs#yadm -- decrypt
nix run nixpkgs#home-manager -- switch
```
TODO
# Docs