-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add (backed up) previously encrypted files back again
1. Unlocked the repository: `git-crypt unlock` 2. Added all backed up `*.igloocrypt` files back into the repository 3. Ensured all `*.igloocrypt` are tracked to be encryped: `git-crypt status` After this commit the encryption can be validated to by locking the repository again: `git-crypt lock` GH-113
- Loading branch information
1 parent
cff197e
commit b079adb
Showing
11 changed files
with
45 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
[ | ||
{ | ||
"clean": ["~/.config/tilix"] | ||
}, | ||
{ | ||
"link": { | ||
"~/.config/tilix/bookmarks.json": { | ||
"create": true, | ||
"hosts": { | ||
"archbook": "bookmarks-archbook.json.igloocrypt", | ||
"igloo": "bookmarks-igloo.json.igloocrypt" | ||
} | ||
} | ||
} | ||
} | ||
] |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters