about summary refs log tree commit diff
path: root/users/wpcarro/README.md
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2021-10-23T22·40-0700
committerclbot <clbot@tvl.fyi>2022-01-08T04·28+0000
commite7def7ed68ab741d2ba693a8f760255afba5147c (patch)
treee4385ea76c1f1bf51f1128541d0b6529c90b8505 /users/wpcarro/README.md
parentce87105c6d10e83fd03fe64432971e9de2caa440 (diff)
chore(wpcarro): Simplify README.md r/3528
I rewrote my `README.md` most recently to show some managers what type
of side-projects I was working on. After successfully transfering to SRE
internally, I don't need the `README.md` to be a marketing document but
rather a tutorial for my future self. This change is a step in that
direction.

Change-Id: Ieaf0e72c8a33a163e6b6adefd76665ca675e8462
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4791
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Diffstat (limited to 'users/wpcarro/README.md')
-rw-r--r--users/wpcarro/README.md17
1 files changed, 12 insertions, 5 deletions
diff --git a/users/wpcarro/README.md b/users/wpcarro/README.md
index 3e945f4605..b035f96800 100644
--- a/users/wpcarro/README.md
+++ b/users/wpcarro/README.md
@@ -27,11 +27,18 @@ Below I have outlined a few projects that you might find interesting.
 - `tools`: some scripts and projects that simplify my life.
 - `website`: everything required to build my website, https://wpcarro.dev.
 
-## Notes to self
+## Installation
 
-Here are a few reminders when setting up a new machine:
+### Google Machine
 
+- ensure `~/google-briefcase` exists
+- read `~/google-briefcase/README.md`
+
+### NixOS Machine
+
+- Ensure Nix is installed.
+- Ensure direnv is installed.
 - Ensure `~/.password-store` exists.
-- Run `export_gpg` from a computer with my gpg credentials. Run `import_gpg`
-  from the new machine.
-- Ensure the new machine can access my Github.
+- Run `.gnupg/export.sh` from a computer with my gpg credentials. Run
+  `.gnupg/import.sh` from the new machine.
+- Consult `Makefile`.