diff options
author | William Carroll <wpcarro@gmail.com> | 2021-10-23T22·40-0700 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-01-08T04·28+0000 |
commit | e7def7ed68ab741d2ba693a8f760255afba5147c (patch) | |
tree | e4385ea76c1f1bf51f1128541d0b6529c90b8505 | |
parent | ce87105c6d10e83fd03fe64432971e9de2caa440 (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>
-rw-r--r-- | users/wpcarro/README.md | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/users/wpcarro/README.md b/users/wpcarro/README.md index 3e945f4605b5..b035f968007b 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`. |