adding configurable directory for the git config of yoru dot files

This commit is contained in:
JesseBot 2023-06-04 13:10:00 +02:00
parent a40a3f6e5c
commit 4e665c87bd
No known key found for this signature in database
GPG key ID: C01D207CE04D55D9

View file

@ -35,6 +35,9 @@ dot_files:
git_url: "https://github.com/jessebot/dot_files.git"
# the branch to use for the git repo above, defaults to main
git_branch: "main"
# this is where the actual git config for your dot files lives
# it can't live in ~/.git because that will affect _everything_ under ~/
git_config_dir: "~/.config/dot_files"
# !!CAREFUL: runs a `git reset --hard`, which will overwite/delete files in
# $HOME that conflict with the above defined git repo url and branch.
# You should run the following to get the files that would be overwritten: