Added git config and zsh p10k
Signed-off-by: Menno van Leeuwen <menno@vleeuwen.me>
This commit is contained in:
26
config/gitconfig
Normal file
26
config/gitconfig
Normal file
@ -0,0 +1,26 @@
|
||||
[gpg]
|
||||
format = ssh
|
||||
[gpg "ssh"]
|
||||
program = /opt/1Password/op-ssh-sign
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
[user]
|
||||
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM+sKpcREOUjwMMSzEWAso6830wbOi8kUxqpuXWw5gHr
|
||||
name = "Menno van Leeuwen"
|
||||
email = "menno@vleeuwen.me"
|
||||
|
||||
[includeIf "gitdir:/home/menno/Projects/Sandwave/**"]
|
||||
path = /home/menno/Projects/Sandwave/.gitconfig
|
||||
|
||||
[includeIf "gitdir:/home/menno/Projects/Personal/**"]
|
||||
path = /home/menno/Projects/Personal/.gitconfig
|
||||
|
||||
[safe]
|
||||
directory = *
|
||||
|
||||
[advice]
|
||||
detachedHead = false
|
||||
|
||||
[push]
|
||||
default = current
|
1683
config/p10k.zsh
Normal file
1683
config/p10k.zsh
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user