From a188a8a3de666736624050f8d1897284c26a211d Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 23 Jan 2023 14:52:58 +0000 Subject: [PATCH] Update README --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fed20b4..57f7f44 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,15 @@ Always evolving... ## Quick Start -1. Clone this repository (e.g. into `$HOME/.dotfiles`) and run either: - - `./install.sh` for a dry run. - - `./install.sh -f` to actually install. +```bash +$ git clone https://github.com/fschauen/dotfiles.git $HOME/.dotfiles +$ cd $HOME/.dotfiles +$ ./install.sh -f # omit -f for a dry run +$ ./unlock.sh # decrypt the SSH configuration +``` -2. Decrypt the SSH config with `gpg -d --output - <(base64 -d .key) | git crypt - unlock -` (or just get rid of it and add your own). +If you are not me, then you won't have the password to use in the last step. +Just `git rm unlock.sh home/.ssh/config` and add your own. ## Prerequisites