generated from andy/linux-nixos-hyprland-config-dotfiles
Initial commit
This commit is contained in:
27
home/.gitconfig
Normal file
27
home/.gitconfig
Normal file
@@ -0,0 +1,27 @@
|
||||
[include]
|
||||
path = ~/.config/delta/catppuccin.gitconfig
|
||||
|
||||
[includeIf "gitdir:~/projects/"]
|
||||
path = ~/projects/.gitconfig.personal
|
||||
|
||||
[includeIf "gitdir:~/work/"]
|
||||
path = ~/work/.gitconfig.work
|
||||
|
||||
[includeIf "gitdir:~/radicle-local-hub/"]
|
||||
path = ~/radicle-local-hub/.gitconfig.radicle
|
||||
|
||||
[core]
|
||||
excludesfile = ~/.gitignore
|
||||
pager = delta
|
||||
|
||||
[gpg]
|
||||
format = ssh
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
|
||||
[delta]
|
||||
features = catppuccin-macchiato
|
Reference in New Issue
Block a user