1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 13:48:48 +00:00

Update README.md

This commit is contained in:
deadc0de
2018-02-07 17:11:08 +01:00
committed by GitHub
parent 298c6a549e
commit bc80b2626b

View File

@@ -256,7 +256,6 @@ config file automatically.
For example to import `~/.xinitrc`
```bash
$ dotdrop.sh import ~/.xinitrc
```
## List profiles
@@ -351,20 +350,20 @@ directory and uses gpg to decrypt it when install is run.
Here's how to deploy the above solution:
* import the clear dotfile (creates the entries in the config)
* import the clear dotfile (creates the correct entries in the config file)
```
./dotdrop.sh import ~/.secret
```
* encrypt it and
* encrypt the original dotfile
```
<some-gpg-command> ~/.secret
```
* overwrite the dotfile
* overwrite the dotfile with the encrypted version
```
cp <encrypted-version-of-secret> dotfiles/secret
```
* edit the config file and add the transformation to the dotfile
* commit and push changes
* commit and push the changes
## Update dotdrop
@@ -381,7 +380,6 @@ Through pypi:
$ sudo pip3 install dotdrop --upgrade
```
## Update dotfiles
Dotfiles managed by dotdrop can be updated using the `update` command.