diff options
Diffstat (limited to 'public/git')
-rwxr-xr-x | public/git/.git_template/hooks/post-commit | 5 | ||||
-rw-r--r-- | public/git/.gitconfig | 24 | ||||
-rw-r--r-- | public/git/.gitignore_global | 5 |
3 files changed, 0 insertions, 34 deletions
diff --git a/public/git/.git_template/hooks/post-commit b/public/git/.git_template/hooks/post-commit deleted file mode 100755 index 82f44ec..0000000 --- a/public/git/.git_template/hooks/post-commit +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -### lolcommits hook (begin) ### -LANG="" && PATH="$PATH:/usr/bin:/usr/local/bin" && if [ ! -d "$GIT_DIR/rebase-merge" ] && [ "$LOLCOMMITS_CAPTURE_DISABLED" != "true" ]; then lolcommits --capture --device 'Logitech StreamCam' --fork; fi -### lolcommits hook (end) ### diff --git a/public/git/.gitconfig b/public/git/.gitconfig deleted file mode 100644 index 61d7614..0000000 --- a/public/git/.gitconfig +++ /dev/null @@ -1,24 +0,0 @@ -[filter "lfs"] - clean = git-lfs clean -- %f - smudge = git-lfs smudge -- %f - process = git-lfs filter-process - required = true -[user] - name = Christian Segundo - email = christian.segundo@cabify.com - signingkey = 0x8B6B1A3CF906CCEC -[commit] - gpgsign = 1 -[diff] - tool = nvimdiff -[core] - excludesfile = ~/.gitignore_global -[pull] - rebase = false -[push] - autoSetupRemote = true -[init] - templatedir = ~/.git_template - defaultBranch = master -[include] - path = ~/.gitconfig_cabify diff --git a/public/git/.gitignore_global b/public/git/.gitignore_global deleted file mode 100644 index a66ce3d..0000000 --- a/public/git/.gitignore_global +++ /dev/null @@ -1,5 +0,0 @@ -.DS_Store -.vscode -zig-cache -zig-out -venv |