slim down tmux, sign commits by default
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Jacob Bohanon
|
name = Jacob Bohanon
|
||||||
email = jacob.bohanon@solo.io
|
email = jacob.bohanon@solo.io
|
||||||
|
signingkey = /home/jacob/.ssh/id_ed25519.pub
|
||||||
[url "ssh://git@github.com/"]
|
[url "ssh://git@github.com/"]
|
||||||
insteadOf = https://github.com/
|
insteadOf = https://github.com/
|
||||||
[tag]
|
[tag]
|
||||||
sort = version:refname
|
sort = version:refname
|
||||||
[init]
|
[init]
|
||||||
@@ -11,3 +12,7 @@
|
|||||||
rebase = false
|
rebase = false
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
[gpg]
|
||||||
|
format = ssh
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
|||||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
Reference in New Issue
Block a user