feat: update init steps
This commit is contained in:
parent
77d3d424d6
commit
87c07c97e3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ All of my configuration files -- typically dot variety, but might be other files
|
||||||
Generate `~/.ssh/allowed_signers` file:
|
Generate `~/.ssh/allowed_signers` file:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
echo "$(git config --get user.email) namespaces=\"git\" $(cat PATH_TO_PUBLIC_KEY)" >> ~/.ssh/allowed_signers
|
echo "$(git config --get user.email) namespaces=\"git\" $(eval echo $(git config --get user.signingkey) | xargs cat)" >> ~/.ssh/allowed_signers
|
||||||
```
|
```
|
||||||
|
|
||||||
## Color schemes
|
## Color schemes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue