Compare commits
2 Commits
c46c21b662
...
2dc1e241c7
Author | SHA1 | Date | |
---|---|---|---|
2dc1e241c7 | |||
83277c9841 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
config/alacritty/current-theme.toml
|
@ -1,11 +1,11 @@
|
|||||||
[user]
|
[user]
|
||||||
email = redacted@example.org
|
email = "redacted@example.org"
|
||||||
name = redacted
|
name = "redacted"
|
||||||
signingkey = redacted
|
signingkey = "redacted"
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
[gpg]
|
[gpg]
|
||||||
program = /usr/bin/gpg
|
program = "/usr/bin/gpg"
|
||||||
[rebase]
|
[rebase]
|
||||||
autostash = true
|
autostash = true
|
||||||
autosquash = true
|
autosquash = true
|
||||||
@ -13,6 +13,6 @@
|
|||||||
rebase = true
|
rebase = true
|
||||||
autostash = true
|
autostash = true
|
||||||
[format]
|
[format]
|
||||||
pretty = oneline
|
pretty = "oneline"
|
||||||
[alias]
|
[alias]
|
||||||
logv = log --pretty=full --show-signature
|
logv = "log --pretty=full --show-signature"
|
||||||
|
Loading…
Reference in New Issue
Block a user