aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/gitconfig
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-04-17 16:17:55 -0500
committerToby Vincent <tobyv13@gmail.com>2021-04-17 16:17:55 -0500
commit181df93bd041ba44b88e60b2bf41a78c6907d200 (patch)
tree9c6592f35e2847dcc77c4bc7a7fa304e749a9455 /gitconfig
parent612e68766fb3a64953e6140e8f64a1b21ff6a55d (diff)
feat: added attributes alias
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index 5699916..7a18be1 100644
--- a/gitconfig
+++ b/gitconfig
@@ -97,4 +97,7 @@
# worktree list {{{
wl = worktree list
+
+ # create git artifacts
ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi"
+ attributes = " !ga() { curl -sL https://gist.githubusercontent.com/tobyvin/70f3671c76016063594ea45edbb97094/raw -o ./.gitattributes ;}; ga"