Added gitconfig files

This commit is contained in:
Gnarwhal 2024-07-28 17:49:34 +00:00
commit 8240741579
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
3 changed files with 15 additions and 0 deletions

11
.gitconfig Normal file
View file

@ -0,0 +1,11 @@
[user]
email = git.aspect893@passmail.net
name = Gnarwhal
[commit]
gpgsign = true
[core]
editor = hx
[init]
defaultBranch = main
[include]
path = .gitconfig.local

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule ".zsh/oh-my-zsh"]
path = .zsh/oh-my-zsh
url = https://github.com/ohmyzsh/ohmyzsh.git

1
.zsh/oh-my-zsh Submodule

@ -0,0 +1 @@
Subproject commit 0a9a80a524ca277ed6573e233204806f800a9292