Skip to content

Instantly share code, notes, and snippets.

@Steve-Roderick
Steve-Roderick / baby-prep-notes-for-dad.md
Created September 20, 2024 04:03
# Baby Prep Notes For Dads

Disclaimers:

  • Every baby and family is different.
  • These are some rough notes I made for myself when bleary eyed.
  • Most of the advice here applies to the first days/weeks.

Baby Prep Notes

Advice 0

@Steve-Roderick
Steve-Roderick / README.sh
Created April 29, 2024 15:21
Setup github ssh keys Reminder
# Reminder on how to setup github ssh keys in bash.
mkdir -p ~/.ssh
ssh-keygen -t ed25519 -C "<COMMENT>"
# Add public Key to github
# ...
# Permissions Reminder
# https://superuser.com/questions/215504/permissions-on-private-key-in-ssh-folder