diff options
Diffstat (limited to 'users/wpcarro')
-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`. |