aboutsummaryrefslogtreecommitdiff
path: root/kbg
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2023-11-22 10:05:20 -0700
committerKenny Ballou <kb@devnulllabs.io>2023-12-04 14:07:10 -0700
commit6560ffb52e2d062772010d1659ed3c13c111ece6 (patch)
tree4ccd36f19818b70d803119f7ca2a63e99a6e2c33 /kbg
parent19ebd155bb2bce89e93f59d84df46ee7c65bf160 (diff)
downloaddotfiles-6560ffb52e2d062772010d1659ed3c13c111ece6.tar.gz
dotfiles-6560ffb52e2d062772010d1659ed3c13c111ece6.tar.xz
config: git: add global attributes file
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'kbg')
-rw-r--r--kbg/services/config/git.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/kbg/services/config/git.scm b/kbg/services/config/git.scm
index 6fcf9dbc..c6f5e03b 100644
--- a/kbg/services/config/git.scm
+++ b/kbg/services/config/git.scm
@@ -16,6 +16,8 @@
,(local-file (string-append %dotfiles-root "config/git/git/global-ignore")))
(,(git-file "gitk")
,(local-file (string-append %dotfiles-root "config/git/git/gitk")))
+ (,(git-file "attributes")
+ ,(local-file (string-append %dotfiles-root "config/git/git/attributes")))
(,(git-file "template.d")
,(local-file (string-append %dotfiles-root "config/git/git/template.d")
#:recursive? #t))))))