From 18758ea8fe1c84fa2271d46ba86fd04c88aabe4e Mon Sep 17 00:00:00 2001 From: Ayo Reis Date: Wed, 18 Feb 2026 18:36:44 +0000 Subject: [PATCH] Add dotfiles --- monsoon/dotfiles/.config/git/allowed_signers | 1 + monsoon/dotfiles/.config/git/config | 19 +++++++++++++++++++ monsoon/dotfiles/.ssh/config | 3 +++ 3 files changed, 23 insertions(+) create mode 100755 monsoon/dotfiles/.config/git/allowed_signers create mode 100644 monsoon/dotfiles/.config/git/config create mode 100644 monsoon/dotfiles/.ssh/config diff --git a/monsoon/dotfiles/.config/git/allowed_signers b/monsoon/dotfiles/.config/git/allowed_signers new file mode 100755 index 0000000..01ec47f --- /dev/null +++ b/monsoon/dotfiles/.config/git/allowed_signers @@ -0,0 +1 @@ +hey@ayoreis.com namespaces="git" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIeBrQONJC4u4M0/gYhsMMcVxs+mVlk5bmT7vtReEyK7 ayo@monsoon diff --git a/monsoon/dotfiles/.config/git/config b/monsoon/dotfiles/.config/git/config new file mode 100644 index 0000000..42cb9f3 --- /dev/null +++ b/monsoon/dotfiles/.config/git/config @@ -0,0 +1,19 @@ +[user] + email = "hey@ayoreis.com" + name = "Ayo Reis" + signingKey = "~/.ssh/id_ed25519.pub" + +[init] + defaultBranch = "main" + +[commit] + gpgSign = true + +[tag] + gpgSign = true + +[gpg] + format = "ssh" + +[gpg "ssh"] + allowedSignersFile = "~/.config/git/allowed_signers" diff --git a/monsoon/dotfiles/.ssh/config b/monsoon/dotfiles/.ssh/config new file mode 100644 index 0000000..aa08c3b --- /dev/null +++ b/monsoon/dotfiles/.ssh/config @@ -0,0 +1,3 @@ +Host levanter + HostName 54.36.181.67 + ForwardAgent yes -- 2.53.0