aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig9
1 files changed, 1 insertions, 8 deletions
diff --git a/gitconfig b/gitconfig
index 6f97b46..b06c349 100644
--- a/gitconfig
+++ b/gitconfig
@@ -16,10 +16,6 @@
[fetch]
prune = true
-[url "git@github.com:"]
- insteadOf = gh:
- pushInsteadOf = "https://github.com/"
-
[core]
editor = code --wait
@@ -70,7 +66,4 @@
# generate git artifacts
ignore = "!f() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; f"
attributes = "!f() { curl -sL https://gist.githubusercontent.com/tobyvin/70f3671c76016063594ea45edbb97094/raw ;}; f"
- license = "!f() { curl -sH 'Accept: application/vnd.github.v3+json' https://api.github.com/licenses/$1 | grep -oP '.*\"body\":\\s*\"\\K.*(?=\\s*\",)' | tr '\\n' '\\0' | xargs -0 printf '%b\\n' | sed \"s/\\[year\\]/$(date +'%Y')/\" | sed \"s/\\[fullname\\]/$(git config --get user.name)/\"; }; f"
-
- # create and keep an empty directory at the provided path
- keep = "!f() { ([ -f $@/.gitkeep ] || (mkdir -p $@ && curl -sL https://api.ef.gy/fortune > $@/.gitkeep)) && (grep -qsxF '!/**/.gitkeep' .gitignore || echo '!/**/.gitkeep' >> .gitignore) ;}; f"
+ license = "!f() { curl -sH 'Accept: application/vnd.github.v3+json' https://api.github.com/licenses/$1 | grep -oP '.*\"body\":\\s*\"\\K.*(?=\\s*\",)' | tr '\\n' '\\0' | xargs -0 printf '%b\\n' | sed \"s/\\[year\\]/$(date +'%Y')/\" | sed \"s/\\[fullname\\]/$(git config --get user.name)/\"; }; f" \ No newline at end of file