From 82407415796bf3a7c8ccdd37fb176b51fcdb3840 Mon Sep 17 00:00:00 2001 From: Gnarwhal Date: Sun, 28 Jul 2024 17:49:34 +0000 Subject: [PATCH] Added gitconfig files --- .gitconfig | 11 +++++++++++ .gitmodules | 3 +++ .zsh/oh-my-zsh | 1 + 3 files changed, 15 insertions(+) create mode 100644 .gitconfig create mode 100644 .gitmodules create mode 160000 .zsh/oh-my-zsh diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..e06ddd1 --- /dev/null +++ b/.gitconfig @@ -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 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4bc3585 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".zsh/oh-my-zsh"] + path = .zsh/oh-my-zsh + url = https://github.com/ohmyzsh/ohmyzsh.git diff --git a/.zsh/oh-my-zsh b/.zsh/oh-my-zsh new file mode 160000 index 0000000..0a9a80a --- /dev/null +++ b/.zsh/oh-my-zsh @@ -0,0 +1 @@ +Subproject commit 0a9a80a524ca277ed6573e233204806f800a9292