Skip to content

Commit f67be62

Browse files
update docs
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent 8fb6830 commit f67be62

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@ open Open repository
141141
```
142142
<!-- END makefile-doc -->
143143

144+
## GPG keys
145+
146+
- [How to](https://docs.github.com/en/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys)
147+
- [How to v2](https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key)
148+
- [How to test](https://claytonerrington.com/blog/view-public-gpg-fingerprints/)
149+
144150
### 📝 Guidelines
145151

146152
- 📝 Use a succinct title and description.

bin/install.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ git-submodule() {
7171

7272
execute() {
7373

74-
bin/install \
75-
--plugin-dir vendor/dotbot-brew \
76-
--plugin-dir vendor/dotbot-pip "$@"
74+
bin/install "$@"
7775
}
7876

7977
cmds "$@"

tools/vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"sync.removeExtensions": true,
153153
"sync.syncExtensions": true,
154154
"sync.forceUpload": true,
155-
"workbench.iconTheme": "material-icon-theme",
155+
"workbench.iconTheme": "vscode-icons",
156156
"extensions.ignoreRecommendations": false,
157157
"window.newWindowDimensions": "maximized",
158158
"window.openFilesInNewWindow": "on",

vendor/prezto

Submodule prezto updated 58 files

0 commit comments

Comments
 (0)