diff --git a/.config/nvim b/.config/nvim index 62cb8cc..78b379b 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit 62cb8ccabe303074a6916fafd2f566e6eff489e3 +Subproject commit 78b379b80a64d860abbb69e161789fcc21cd54c9 diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..4ded71c --- /dev/null +++ b/.gitconfig @@ -0,0 +1,8 @@ +[user] + email = software@cscherr.de + name = PlexSheep + signingkey = software@cscherr.de +[credential] + helper = store --file ~/.git-credentials +[commit] + gpgsign = false diff --git a/.gitignore b/.gitignore index e68fcde..4f8d624 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ !.zsh !.zsh/** !.tmux.conf +!.gitconfig