Added gitconfig files
This commit is contained in:
commit
8240741579
3 changed files with 15 additions and 0 deletions
11
.gitconfig
Normal file
11
.gitconfig
Normal 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
3
.gitmodules
vendored
Normal 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
1
.zsh/oh-my-zsh
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 0a9a80a524ca277ed6573e233204806f800a9292
|
Loading…
Reference in a new issue