Initial commit.

This commit is contained in:
Darren 'Tadgy' Austin 2026-05-14 18:22:54 +01:00
commit 91ad697354
6 changed files with 16 additions and 0 deletions

@ -0,0 +1 @@
Subproject commit 32c31576efc71f7a8d02c78cdf7a9a3eabc75deb

3
.githooks/post-checkout Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?

3
.githooks/post-merge Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?

3
.githooks/pre-commit Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule ".githooks/gitattributesdb"]
path = .githooks/gitattributesdb
url = https://github.com/tadgy/gitattributesdb.git

3
README Normal file
View file

@ -0,0 +1,3 @@
Dotfiles for users are stored in separate branches.
Use 'git checkout <branch>' to switch to that users dotfiles.