From: Ayo Reis Date: Wed, 18 Feb 2026 18:36:44 +0000 (+0000) Subject: Add dotfiles X-Git-Url: https://git.ayoreis.com/machines.git/commitdiff_plain/18758ea8fe1c84fa2271d46ba86fd04c88aabe4e?ds=sidebyside Add dotfiles --- 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