diff --git a/gitconfig b/config/git/config similarity index 95% rename from gitconfig rename to config/git/config index 4c6ddaa..8dfc1cd 100644 --- a/gitconfig +++ b/config/git/config @@ -10,6 +10,7 @@ format = ssh [gpg "ssh"] + ;; echo "$(whoami) $(cat $HOME/.ssh/id_*\.pub)" | tee $HOME/.config/git/allowed_signers allowedSignersFile = ~/.config/git/allowed_signers [core] diff --git a/config/git/ignore b/config/git/ignore new file mode 100644 index 0000000..eb06457 --- /dev/null +++ b/config/git/ignore @@ -0,0 +1,4 @@ +/.nvim.lua +/.docker/ +.env +AGENTS.md