mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-12-22 00:06:32 +00:00
crypt guide
This commit is contained in:
parent
ab7ff87ccb
commit
c7e20f3fef
10
README.md
10
README.md
@ -9,3 +9,13 @@ git clone https://github.com/cupcakearmy/dotfiles.git ~/.dotfiles
|
||||
cd ~/.dotfiles
|
||||
./install
|
||||
```
|
||||
|
||||
## Encrypted files.
|
||||
|
||||
Files under `./secrets` are encrypted. To unlock the `git-crypt` must be installed.
|
||||
Assuming we have the base64 version of the `key.txt` we can unlock the repo with the following commands:
|
||||
|
||||
```bash
|
||||
base64 --decode key.txt > key
|
||||
git-crypt unlock ./key
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user