feat: add init steps
This commit is contained in:
parent
796ba0135a
commit
77d3d424d6
1 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,14 @@
|
|||
|
||||
All of my configuration files -- typically dot variety, but might be other files that configure things.
|
||||
|
||||
## Initialization
|
||||
|
||||
Generate `~/.ssh/allowed_signers` file:
|
||||
|
||||
```sh
|
||||
echo "$(git config --get user.email) namespaces=\"git\" $(cat PATH_TO_PUBLIC_KEY)" >> ~/.ssh/allowed_signers
|
||||
```
|
||||
|
||||
## Color schemes
|
||||
|
||||
I use [Tokyo Night][tn] as my theme wherever possible, and [Operator Mono][om] as my typeface. If you want to use the same version, [patch your own version][patch] of Operator Mono with [Nerd Fonts][nf].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue