mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-05 23:14:46 -06:00
7 lines
184 B
Bash
7 lines
184 B
Bash
#!/bin/sh
|
|
|
|
# We just need to have access to the Git repository
|
|
cd {{ .chezmoi.sourceDir }}
|
|
# The path is relative to the .git/config file
|
|
git config --local include.path ../.gitconfig
|