]> Repositories - machines.git/commitdiff
Add dotfiles
authorAyo Reis <hey@ayoreis.com>
Wed, 18 Feb 2026 18:36:44 +0000 (18:36 +0000)
committerAyo Reis <hey@ayoreis.com>
Wed, 18 Feb 2026 18:36:44 +0000 (18:36 +0000)
monsoon/dotfiles/.config/git/allowed_signers [new file with mode: 0755]
monsoon/dotfiles/.config/git/config [new file with mode: 0644]
monsoon/dotfiles/.ssh/config [new file with mode: 0644]

diff --git a/monsoon/dotfiles/.config/git/allowed_signers b/monsoon/dotfiles/.config/git/allowed_signers
new file mode 100755 (executable)
index 0000000..01ec47f
--- /dev/null
@@ -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 (file)
index 0000000..42cb9f3
--- /dev/null
@@ -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 (file)
index 0000000..aa08c3b
--- /dev/null
@@ -0,0 +1,3 @@
+Host levanter
+       HostName 54.36.181.67
+       ForwardAgent yes