From 690e12059d548f03e4791faee5725ca5d5275e4b Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 12 Dec 2022 21:14:16 +0100 Subject: [PATCH] Update README --- README.md | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 44fb180..ddec62f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,16 @@ -# Prerequisites +# My dotfiles + +Always evolving... + +## Quick Start + +```bash +git clone https://git.schauenburg.me/fernando/dotfiles.git $HOME/.dotfiles +cd $HOME/.dotfiles +gpg -d --output - <(base64 -d .key) | git crypt unlock - +./install.sh +``` +## Prerequisites [git-crypt][] and [gpg][] are needed to decrypt sensitive information in the repository. @@ -6,18 +18,3 @@ in the repository. [git-crypt]: https://github.com/AGWA/git-crypt [gpg]: https://gnupg.org -# Installation - -Steps: -1. Clone the repo. -1. Decrypt key & initialize git-crypt to access sensitive data. -1. Run `install.sh` - -Gimme the code: -```bash -git clone https://git.schauenburg.me/fernando/dotfiles.git $HOME/.dotfiles -cd $HOME/.dotfiles -gpg -d --output - <(base64 -d .key) | git crypt unlock - -./install.sh -``` -