From b908dfa49e8a2aab8c629860ecbccc697981c32b Mon Sep 17 00:00:00 2001 From: Jacob Bohanon Date: Thu, 28 Dec 2023 09:21:05 -0500 Subject: [PATCH] slim down tmux, sign commits by default --- .gitconfig | 9 +++++++-- .gitmodules | 3 --- tmux/plugins/tpm | 1 - 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .gitmodules delete mode 160000 tmux/plugins/tpm diff --git a/.gitconfig b/.gitconfig index abfe599..f88283c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,8 +1,9 @@ [user] - name = Jacob Bohanon + name = Jacob Bohanon email = jacob.bohanon@solo.io + signingkey = /home/jacob/.ssh/id_ed25519.pub [url "ssh://git@github.com/"] - insteadOf = https://github.com/ + insteadOf = https://github.com/ [tag] sort = version:refname [init] @@ -11,3 +12,7 @@ rebase = false [color] ui = auto +[gpg] + format = ssh +[commit] + gpgsign = true diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 65efe48..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "tmux/plugins/tpm"] - path = tmux/plugins/tpm - url = https://github.com/tmux-plugins/tpm diff --git a/tmux/plugins/tpm b/tmux/plugins/tpm deleted file mode 160000 index b699a7e..0000000 --- a/tmux/plugins/tpm +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b699a7e01c253ffb7818b02d62bce24190ec1019