chore(wpcarro/readme): Prefer shell pseudocode to bullet points

These docs get stale pretty often. Maybe my installation should be similar
like...

```shell
$ # pseudocode
$ nix-build https://code.tvl.fyi/depot.tar -A users.wpcarro.baseSystem
```

...where that automates more toil 🤷

Change-Id: I548142d9dff284afeb233ecf23036655b7f7c2df
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5744
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
William Carroll 2022-05-22 20:20:44 -07:00 committed by clbot
parent 11a8eea0e3
commit ed29aed5bc

View file

@ -36,10 +36,13 @@ Below I have outlined a few projects that you might find interesting.
### NixOS Machine
- Ensure Nix is installed.
- Ensure direnv is installed.
- Ensure `~/.password-store` exists.
- Transfer GPG stuffs:
- old computer: `configs/.gnupg/export.sh $outdir`
- new computer: `configs/.gnupg/import.sh <path-to-zip>`
from the new machine.
```shell
$ nix-shell -p nixos.{git,direnv}
$ git clone https://code.tvl.fyi/depot.git /depot
$ cd /depot
$ eval "$(direnv hook bash)"
$ HOSTNAME=base rebuild-system
$ sudo tailscale up
$ git clone 'user@host:~/.password-store' ~/.password-store
$ scp -r 'user@host:~/.gnupg' ~/.gnupg
```