slim down tmux, sign commits by default

This commit is contained in:
Jacob Bohanon
2023-12-28 09:21:05 -05:00
parent 1abab0d0e5
commit b908dfa49e
3 changed files with 7 additions and 6 deletions

View File

@@ -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

3
.gitmodules vendored
View File

@@ -1,3 +0,0 @@
[submodule "tmux/plugins/tpm"]
path = tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm

Submodule tmux/plugins/tpm deleted from b699a7e01c