From 77d3d424d647abcd1a4d1e17d46925cde87ad05b Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Tue, 27 May 2025 12:42:58 -0700 Subject: [PATCH] feat: add init steps --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e1f9078..27ef24f 100644 --- a/README.md +++ b/README.md @@ -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].