- Create a new private GitHub repository for the password store
- Generate ssh key pair to use with GitHub if you haven't already
ssh-keygen -t ed25519
- Install homebrew (a prerequisite to be able to install the standard unix password manager. Homebrew can be installed via a curl command here: https://brew.sh. Installation takes a couple (5?) minutes