Update README
This commit is contained in:
parent
85c39ffbd5
commit
a188a8a3de
1 changed files with 8 additions and 5 deletions
13
README.md
13
README.md
|
@ -4,12 +4,15 @@ Always evolving...
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
1. Clone this repository (e.g. into `$HOME/.dotfiles`) and run either:
|
```bash
|
||||||
- `./install.sh` for a dry run.
|
$ git clone https://github.com/fschauen/dotfiles.git $HOME/.dotfiles
|
||||||
- `./install.sh -f` to actually install.
|
$ 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
|
If you are not me, then you won't have the password to use in the last step.
|
||||||
unlock -` (or just get rid of it and add your own).
|
Just `git rm unlock.sh home/.ssh/config` and add your own.
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue